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);
|
||||
</script>
|
||||
<Analytics />
|
||||
</head>
|
||||
<body class="flex justify-center overflow-x-hidden bg-gray-50 dark:bg-gray-900 xl:relative xl:left-7">
|
||||
<Analytics />
|
||||
<slot />
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue