--- type Props = { readonly title: string; }; const path = Astro.url.pathname; const { title } = Astro.props; ---