diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/vite.config.ts | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app/vite.config.ts b/app/vite.config.ts index 59d8f0d..418d60c 100644 --- a/app/vite.config.ts +++ b/app/vite.config.ts @@ -27,9 +27,12 @@ export default defineConfig({ { src: '/favicon.svg', sizes: 'any', - type: 'image/svg+xml' + type: 'image/svg+xml', + purpose: 'any maskable' } - ] + ], + id: "/", + theme_color: '#000000', }, registerType: 'autoUpdate', workbox: { |