--- import type { navLink } from "@interfaces/site-layout.ts"; import { getHrefPath, getNavLinkSuffix } from "@data/site-layout.ts"; const items: navLink[] = Astro.props.items; const depth: number = Astro.props.depth ?? 0; const paths: string[] = Astro.props.paths ?? []; const { pathname } = Astro.url; ---