--- import SiteNav from "../components/SiteNav.astro"; import BuildStamp from "../components/BuildStamp.astro"; import "../styles/global.css"; const { title } = Astro.props; const canonical = Astro.site ? new URL(Astro.url.pathname, Astro.site).href : Astro.url.href; ---