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