--- interface MenuItem { slug: string label: string to: string } const links: MenuItem[] = [ // { // label: "Projects", // slug: "projects", // to: "/projects" // } ] const onHome = Astro.url.pathname === "/" ---