--- import { ClientRouter } from "astro:transitions"; import { GoogleAnalytics } from 'astro-google-analytics'; const { title = "Centro del Reino de Paz y Justicia", description = "", image = null, url = null, } = Astro.props; const imageUrl = image ? new URL(image, Astro.site).toString() : null; ---