Yelling at me to add this
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m28s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m28s
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user