Remove Google Analytics tracking

This commit is contained in:
engboris 2025-12-08 22:18:35 +01:00
parent 2d3d247229
commit 9e74614aef
1 changed files with 0 additions and 8 deletions

View File

@ -34,14 +34,6 @@ const seoConfig = {
<html lang="en" data-theme="business">
<head>
<meta charset="utf-8" />
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7308Y1HGM9"></script>
<script is:inline>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7308Y1HGM9');
</script>
<!-- Persisted theme (dark / light) is applied as early as possible -->
<script is:inline>
const savedTheme = localStorage.getItem('theme');