--- import { SITE } from "@consts"; import { Icon } from "astro-icon/components"; const pathname = new URL(Astro.request.url).pathname; const currentPath = pathname.replace(/\/$/, ""); ---