--- import type { Page } from 'astro'; const { page } = Astro.props as {page: Page}; ---
{page.url.prev && ( ← Prev )} {page.url.next && ( Next → )}