fix: 🐛 Use correct API domain in Plausible

This commit is contained in:
Jesse Wierzbinski 2025-01-01 01:13:38 +01:00
parent 2fab2454b8
commit 081b93eb77
No known key found for this signature in database

View file

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