--- import LocaleLink from "./links/LocaleLink.astro" import { type NavLink } from "@/utils/linking" import { deLocalizeHref } from "@/paraglide/runtime" const pathname = Astro.url.pathname const currentPath = deLocalizeHref(pathname) const isEnglish = pathname.startsWith("/en") ---