Fix update behaviour

This commit is contained in:
nimbleghost 2023-06-29 15:07:18 +02:00
parent 55eed868fa
commit 9fa1288dbc
3 changed files with 32 additions and 1 deletions

View file

@ -16,7 +16,7 @@ export default defineConfig(({ mode }) => ({
react(),
VitePWA({
registerType: "autoUpdate",
injectRegister: "inline",
injectRegister: null,
strategies: "injectManifest",
devOptions: {
enabled: true,