Fix google analytics (#172)

This commit is contained in:
Szymon Kin 2023-01-24 22:07:37 +01:00 committed by GitHub
parent a5f48126bc
commit 69f39ed157
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>