feat: Add Plausible to site

This commit is contained in:
Jesse Wierzbinski 2025-01-01 01:03:50 +01:00
parent bdfab8357c
commit 2fab2454b8
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -46,6 +46,7 @@ export default async function RootLayout({
<html lang="en" className="h-full" suppressHydrationWarning={true}>
<head>
<link rel="icon" href="/favicon.png" type="image/png" />
<script defer={true} data-domain="versia.pub" src="/pl.js" />
</head>
<body className="flex min-h-full bg-white antialiased dark:bg-zinc-900">
<Providers>