feat: add rData (Umami) analytics tracking
Self-hosted zero-knowledge analytics via rdata.online/collect.js Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e68fcd1795
commit
e1a11d6557
|
|
@ -36,6 +36,9 @@ export default function RootLayout({
|
|||
}>) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<head>
|
||||
<script defer src="https://rdata.online/collect.js" data-website-id="4c467410-d2a3-4c06-add5-2c40c9d201b9" />
|
||||
</head>
|
||||
<body className={`${geistSans.variable} ${geistMono.variable} antialiased`}>
|
||||
<AuthProvider>
|
||||
<Header current="tube" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue