Private
Public Access
1
0

Merge branch 'main' of http://192.168.0.37:3000/rasmus/madplaner
All checks were successful
Build and Push Madplaner / build (push) Successful in 25s

This commit is contained in:
2025-12-30 21:20:59 +01:00
3 changed files with 26 additions and 2 deletions

View File

@@ -13,6 +13,15 @@
<!-- cache busting for serivce worker -->
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}?v=1.1">
</head>
<script
defer
src="/stats/script.js"
data-website-id="4909e1da-6d66-4035-a401-f2acbaebdd3b"
data-host-url="/stats">
</script>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/sw.js')