--- const { title, description, ogImage = "" } = Astro.props; const imageUrl = new URL(ogImage, Astro.url.origin); ---