Fix google analytics (#172)
This commit is contained in:
parent
a5f48126bc
commit
69f39ed157
1 changed files with 1 additions and 1 deletions
|
|
@ -35,9 +35,9 @@ const { seo, i18n } = Astro.props;
|
||||||
|
|
||||||
window.localStorage.setItem('theme', theme);
|
window.localStorage.setItem('theme', theme);
|
||||||
</script>
|
</script>
|
||||||
<Analytics />
|
|
||||||
</head>
|
</head>
|
||||||
<body class="flex justify-center overflow-x-hidden bg-gray-50 dark:bg-gray-900 xl:relative xl:left-7">
|
<body class="flex justify-center overflow-x-hidden bg-gray-50 dark:bg-gray-900 xl:relative xl:left-7">
|
||||||
|
<Analytics />
|
||||||
<slot />
|
<slot />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue