add umami
This commit is contained in:
parent
becb6abf59
commit
17a9bbaf7d
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user