add umami

This commit is contained in:
songtianlun 2025-09-06 00:28:43 +08:00
parent becb6abf59
commit 17a9bbaf7d

View File

@ -39,6 +39,7 @@ export default async function LocaleLayout({
<html lang={locale}> <html lang={locale}>
<head> <head>
<script src="https://accounts.google.com/gsi/client" async defer></script> <script src="https://accounts.google.com/gsi/client" async defer></script>
<script defer src="https://umami.frytea.com/script.js" data-website-id="12ba3476-cae6-484e-b93d-7d3fb30fd4a7"></script>
</head> </head>
<body suppressHydrationWarning={true} className={clsx(inter.className, 'flex flex-col background-div')}> <body suppressHydrationWarning={true} className={clsx(inter.className, 'flex flex-col background-div')}>
<NextAuthProvider> <NextAuthProvider>