Yelling at me to add this
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m28s

This commit is contained in:
2026-02-24 14:49:22 -07:00
parent 50d8f2a9aa
commit 8c5556eb3c
3 changed files with 130 additions and 130 deletions

View File

@@ -53,20 +53,29 @@ const isProd = import.meta.env.PROD;
<meta property="og:type" content="website" />
<meta property="og:url" content={siteUrl} />
<meta property="og:image" content={resolvedOgImageUrl} />
<meta property="og:image:width" content={String(resolvedOgImage.width)} />
<meta property="og:image:height" content={String(resolvedOgImage.height)} />
<meta
property="og:image:width"
content={String(resolvedOgImage.width)}
/>
<meta
property="og:image:height"
content={String(resolvedOgImage.height)}
/>
<meta property="og:image:type" content={resolvedOgImage.type} />
<meta property="og:image:alt" content={resolvedOgImage.alt} />
<title>{metaTitle}</title>
{isProd && (
<script
type="text/partytown"
defer
src="https://analytics.atri.dad/script.js"
data-website-id="c7e24af4-5f14-4881-9c25-85a97abda9f1"
data-astro-rerun
></script>
)}
{
isProd && (
<script
is:inline
type="text/partytown"
defer
src="https://analytics.atri.dad/script.js"
data-website-id="c7e24af4-5f14-4881-9c25-85a97abda9f1"
data-astro-rerun
/>
)
}
</head>
<body class="min-h-screen flex flex-col bg-base-100 font-sans antialiased">
<Header />