feat: add Umami analytics tracking to all pages
CI / Lint (push) Successful in 11s
CI / Test (push) Successful in 13s
CI / Build & Push (push) Successful in 19s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-23 20:31:12 -04:00
parent 26678b164b
commit 1bc013e32b
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
<link rel="manifest" href="/manifest.json">
<link rel="icon" type="image/png" href="{{ static_v('icon-32x32.png') }}">
<link rel="stylesheet" type="text/css" href="{{ static_v('styles.css') }}">
<script defer src="http://192.168.1.117:3000/script.js" data-website-id="d6bd9925-cb2d-4164-9685-bfb7642c41e4"></script>
</head>
<body class="playoff-mode bracket-mode">
<header>
+1
View File
@@ -11,6 +11,7 @@
<link rel="icon" type="image/png" href="{{ static_v('icon-32x32.png') }}">
<link rel="apple-touch-icon" href="{{ static_v('icon-180x180.png') }}">
<link rel="stylesheet" type="text/css" href="{{ static_v('styles.css') }}">
<script defer src="http://192.168.1.117:3000/script.js" data-website-id="d6bd9925-cb2d-4164-9685-bfb7642c41e4"></script>
</head>
<body>
<header>
+1
View File
@@ -8,6 +8,7 @@
<link rel="icon" type="image/png" href="{{ static_v('icon-32x32.png') }}">
<link rel="stylesheet" type="text/css" href="{{ static_v('styles.css') }}">
{% if series.has_live %}<meta http-equiv="refresh" content="30">{% endif %}
<script defer src="http://192.168.1.117:3000/script.js" data-website-id="d6bd9925-cb2d-4164-9685-bfb7642c41e4"></script>
</head>
<body class="playoff-mode series-mode">
<header class="series-header">