From c08e1d4832a2ceca82b36b4ef424b1d6450ab55b Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 15 Nov 2022 18:09:45 +0100 Subject: [PATCH] Register type --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index d0923fb..db8efdb 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -10,7 +10,7 @@ export default defineConfig({ plugins: [ vue(), VitePWA({ - registerType: 'autoUpdate', + registerType: 'prompt', workbox: { globPatterns: ['**/*.{js,css,html,png,svg,img}'], },