feat(docs): add Umami analytics tracking
This commit is contained in:
parent
cdbe0079e7
commit
3300a66677
|
|
@ -87,6 +87,12 @@ export default function RootLayout({ children }: { children: ReactNode }) {
|
|||
return (
|
||||
<html suppressHydrationWarning>
|
||||
<head>
|
||||
<script
|
||||
defer
|
||||
src="https://analytics.unihub.top/script.js"
|
||||
data-website-id="69afbe68-e06e-4fa8-84cd-e47d6d44baf0"
|
||||
data-domains="dbxio.com,www.dbxio.com"
|
||||
/>
|
||||
<script
|
||||
type="application/ld+json"
|
||||
dangerouslySetInnerHTML={{ __html: JSON.stringify(WEBSITE_SCHEMA) }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue