Refactor sitemap and project components; remove snippets page; update project data structure and command palette links

This commit is contained in:
Poyraz Avsever
2026-04-03 11:53:22 +03:00
parent 7b95ca43b7
commit ed5f3b0900
8 changed files with 684 additions and 130 deletions
-1
View File
@@ -3,7 +3,6 @@ export const NAV_LINKS = [
{ id: "blog", label: "Blog", href: "/blog" },
{ id: "content", label: "İçerikler", href: "/content" },
{ id: "projects", label: "Projeler", href: "/projects" },
{ id: "snippets", label: "Snippets", href: "/snippets" },
{ id: "contact", label: "İletişim", href: "/contact" },
] as const;