--- type Props = { readonly description: string; readonly title: string; }; const canonicalURL = new URL(Astro.url.pathname, Astro.site); const { description, title } = Astro.props; ---