This commit is contained in:
2026-06-28 19:09:30 +02:00
parent 8b43e14dc7
commit 4817ccff2a
11 changed files with 1715 additions and 1098 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ const { pathname } = Astro.url
const routes = [
{ name: 'About', href: '/about' },
{ name: 'Projects', href: '/projects' },
// { name: 'Projects', href: '/projects' },
{ name: 'Blog', href: '/blog' },
{ name: 'Rest', href: '/rest' },
]