--- // src/components/Header.astro import Logo from "./Logo.astro"; import { getPath } from "../utils/paths"; const pathname = new URL(Astro.request.url).pathname; const currentPath = pathname.slice(1); ---