--- import { SITE, LINKS } from "@/consts"; import { cn } from "@/lib/utils"; const { pathname } = Astro.url; const subpath = pathname.match(/[^/]+/g); ---