fix: remove PWA service worker that breaks Stalwart /admin and /account mounts

This commit is contained in:
Steven RYDELL
2026-07-30 18:30:36 +02:00
parent 4e089d9b6b
commit eda9c9c8bf
5 changed files with 7 additions and 615 deletions
-5
View File
@@ -5,12 +5,7 @@
<meta charset="UTF-8" />
<base href="/" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="apple-touch-icon" href="pwa/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#09090b" media="(prefers-color-scheme: dark)" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="Stalwart" />
<title>Stalwart WebUI</title>
</head>