feat(nav): point post and tag links at /blog

This commit is contained in:
kbot
2026-07-06 20:25:10 -05:00
parent 5b3e24ca78
commit 3e2a5a391c
2 changed files with 4 additions and 4 deletions

View File

@@ -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() {