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