--- import { navLinks } from '../../data/nav-links'; const { pathname } = Astro.url; const pathComponents = pathname.split('/').slice(1); ---