--- type Props = { readonly prevUrl?: string; readonly nextUrl?: string; }; const { prevUrl, nextUrl } = Astro.props; ---