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:
Jeff Emmett 2026-03-10 14:05:00 -07:00
parent d999695913
commit 2766984db7
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ export default function RootLayout({
}>) {
return (
<html lang="en">
<head>
<script defer src="https://rdata.online/collect.js" data-website-id="0ebf1cfd-57e4-4fbe-925d-cd541d7bb3a8" />
</head>
<body className={`${geistSans.variable} ${geistMono.variable} antialiased`}>
{children}
</body>