fix: replace placeholder Umami website ID with real registered UUID
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9c20e625f2
commit
4cd8650034
|
|
@ -45,7 +45,7 @@ export default function RootLayout({
|
|||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<head>
|
||||
<script defer src="https://rdata.online/collect.js" data-website-id="a1b2c3d4-soci-0000-0000-000000000005" />
|
||||
<script defer src="https://rdata.online/collect.js" data-website-id="9db30240-483f-4289-ae93-8e0cb943f795" />
|
||||
</head>
|
||||
<body
|
||||
className={`${geistSans.variable} ${geistMono.variable} antialiased min-h-screen bg-background`}
|
||||
|
|
|
|||
Loading…
Reference in New Issue