--- import { SITE } from "../site-config"; const currentPath = Astro.url.pathname; const links = [ { href: "/", label: "Home" }, { href: "/gallery", label: "Gallery" }, { href: "/about", label: "About" }, { href: "/contact", label: "Contact" }, ]; ---