almost done

This commit is contained in:
2024-11-29 17:58:26 +01:00
parent 44efa2047a
commit ccec3806f2
24 changed files with 479 additions and 106 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const routes = [
{ name: 'About', href: '/about' },
{ name: 'Projects', href: '/projects' },
{ name: 'Blog', href: '/blog' },
{ name: 'Contact', href: '/contact' },
{ name: 'Rest', href: '/rest' },
]
---