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
33e7a955be
commit
720f0ecf1b
|
|
@ -42,7 +42,7 @@ export default function RootLayout({
|
|||
return (
|
||||
<html lang="en">
|
||||
<head>
|
||||
<script defer src="https://rdata.online/collect.js" data-website-id="a1b2c3d4-maps-0000-0000-000000000004" />
|
||||
<script defer src="https://rdata.online/collect.js" data-website-id="acc682ea-6a1f-468f-aa91-484f754a7eee" />
|
||||
</head>
|
||||
<body className="antialiased">
|
||||
<Header current="maps" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue