--- import PrevNextNav from "@components/templates/PrevNextNav.astro"; interface Props { previous?: string | URL; next?: string | URL; label?: string; } ---