chore(site): add Algolia site verification meta tag (#939)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-03-13 10:19:55 -05:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 2c2610f168
commit c53f6f662b
+1
View File
@@ -55,6 +55,7 @@ const fullTitle =
href={new URL("rss.xml", Astro.site)}
/>
<meta name="generator" content={Astro.generator} />
<meta name="algolia-site-verification" content="9CE2D1D6448256D3" />
{/* Analytics (production only) */}
{import.meta.env.PROD && <Posthog />}