feat(snippets): introduce reusable code chunks section, add cms support, and fix navbar turkish characters
This commit is contained in:
+2
-1
@@ -1,8 +1,9 @@
|
||||
export const NAV_LINKS = [
|
||||
export const NAV_LINKS = [
|
||||
{ id: "about", label: "Hakkımda", href: "/about" },
|
||||
{ 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