mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 06:18:19 +01:00
fix: 🐛 Use correct API domain in Plausible
This commit is contained in:
parent
2fab2454b8
commit
081b93eb77
|
|
@ -46,7 +46,12 @@ 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" />
|
||||
<script
|
||||
defer={true}
|
||||
data-api="https://logs.cpluspatch.com/api/event"
|
||||
data-domain="dev.versia.pub"
|
||||
src="/pl.js"
|
||||
/>
|
||||
</head>
|
||||
<body className="flex min-h-full bg-white antialiased dark:bg-zinc-900">
|
||||
<Providers>
|
||||
|
|
|
|||
Loading…
Reference in a new issue