feat(nav): point post and tag links at /blog
This commit is contained in:
@@ -5,8 +5,8 @@ import { usePathname } from "next/navigation";
|
||||
import { m } from "motion/react";
|
||||
|
||||
const navLinks = [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Posts", href: "/posts/" },
|
||||
{ label: "Portfolio", href: "/" },
|
||||
{ label: "Field Notes", href: "/blog/" },
|
||||
];
|
||||
|
||||
export function Header() {
|
||||
|
||||
Reference in New Issue
Block a user