fix(frontend): disable broken service worker registration

This commit is contained in:
spinline
2026-02-05 21:04:42 +03:00
parent 718fed554f
commit 0b935638af

View File

@@ -107,6 +107,7 @@
display: none !important; display: none !important;
} }
</style> </style>
<!-- Service Worker disabled - file names don't match Trunk's hashed output
<script> <script>
if ("serviceWorker" in navigator) { if ("serviceWorker" in navigator) {
window.addEventListener("load", () => { window.addEventListener("load", () => {
@@ -124,5 +125,6 @@
}); });
} }
</script> </script>
-->
</body> </body>
</html> </html>