--- 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, date = null, } = Astro.props; const imageUrl = image ? new URL(image, Astro.site).toString() : null; const canonicalURL = new URL(url || Astro.url.pathname, Astro.site); --- {title} {url && } {imageUrl && } { date && ( ) } {imageUrl && } {url && }