--- import { ViewTransitions } from "astro:transitions" interface Props { title: string description: string image?: string } const canonicalURL = new URL(Astro.url.pathname, Astro.site) const { title, description, image = "/img04.jpg" } = Astro.props --- {title}