--- export interface Props { title: string; description: string; canonicalURL: URL | string, } const { title, description, canonicalURL } = Astro.props; ---