1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 19:23:02 +05:30

(refactor): home page title updated

This commit is contained in:
2023-12-15 01:34:32 +05:30
parent f2dcf12faa
commit eff59807a4

View File

@@ -64,7 +64,7 @@ CREATE TABLE `pages` (
--
INSERT INTO `pages` (`id`, `name`, `title`, `icon`, `link`, `stag`) VALUES
(1, 'Home', '@neo_subhamoy - official website', 'cnpvyndp.json', '', NULL),
(1, 'Home', 'Subhamoy Biswas - Portfolio | @neo_subhamoy', 'cnpvyndp.json', '', NULL),
(2, 'Projects', 'My Projects - @neo_subhamoy', 'utpmnzxz.json', '/projects', NULL),
(3, 'Blog', 'My Blog - @neo_subhamoy', 'lyrrgrsl.json', '/blog', NULL),
(4, 'Contact', 'Contact Me - @neo_subhamoy', 'kthelypq.json', '/contact', 'contact');