fix totally avoidable redirect

This commit is contained in:
2025-10-16 09:46:05 -04:00
parent 8a68b66afb
commit 60af4d6ea4
+1 -1
View File
@@ -4,7 +4,7 @@ export interface NavLink {
}
export const navLinks: NavLink[] = [
{ label: 'Blog', path: 'blog' },
{ label: 'Blog', path: 'blog/page/1' },
{ label: 'Now', path: 'now' },
{ label: 'Projects', path: 'projects' },
];