--- type Props = { readonly url: string; }; const { url } = Astro.props; --- Next >