diff options
Diffstat (limited to '')
-rw-r--r-- | app/vite.config.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/vite.config.ts b/app/vite.config.ts index c31da3b..b749653 100644 --- a/app/vite.config.ts +++ b/app/vite.config.ts @@ -36,13 +36,13 @@ export default defineConfig({ type: 'image/png' } ], - id: "/", - theme_color: '#000000', + id: '/', + theme_color: '#000000' }, registerType: 'autoUpdate', workbox: { - globPatterns: [ 'client/**/*.{js,css,html,svg}' ], - cleanupOutdatedCaches: true, + globPatterns: ['client/**/*.{js,css,html,svg}'], + cleanupOutdatedCaches: true } }) ] |