fix totally avoidable redirect
This commit is contained in:
@@ -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' },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user