fix: fix PWA

This commit is contained in:
2026-05-18 14:09:02 +02:00
parent e92fa77c7c
commit cf0cf631d4

View File

@ -8,6 +8,7 @@
<meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
%sveltekit.head% %sveltekit.head%
<script src="/registerSW.js"></script>
</head> </head>
<body data-sveltekit-preload-data="hover" class="bg-slate-900 text-slate-100"> <body data-sveltekit-preload-data="hover" class="bg-slate-900 text-slate-100">
<div style="display: contents">%sveltekit.body%</div> <div style="display: contents">%sveltekit.body%</div>