Refactor sitemap and project components; remove snippets page; update project data structure and command palette links
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user