--- import { ClientRouter } from 'astro:transitions' import Analytics from '@vercel/analytics/astro' import '../styles/global.css' interface Props { title: string description?: string ogImage?: string } const { title, description = 'Comfy is the AI creation engine for visual professionals who demand control.', ogImage = '/og-default.png', } = Astro.props const siteBase = Astro.site ?? 'https://comfy.org' const canonicalURL = new URL(Astro.url.pathname, siteBase) const ogImageURL = new URL(ogImage, siteBase) const locale = Astro.currentLocale ?? 'en' const gtmId = 'GTM-NP9JM6K7' const gtmEnabled = import.meta.env.PROD --- {title} {gtmEnabled && ( )} {gtmEnabled && ( )}