--- export interface Props { title: string; description: string; canonicalURL: URL | string, image?: string; } const { title, description, image = 'https://astro.build/social.jpg?v=1', canonicalURL } = Astro.props; ---