We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea585b6 commit 36dab3bCopy full SHA for 36dab3b
1 file changed
frontend/vite.config.js
@@ -41,6 +41,9 @@ export default defineConfig(({ mode }) => {
41
{ src: 'icon-512.png', sizes: '512x512', type: 'image/png' }
42
],
43
orientation: 'portrait',
44
+ },
45
+ workbox: {
46
+ globPatterns: ['**/*.{js,css,html,ico,png,svg,woff2,wasm}'],
47
}
48
}),
49
viteStaticCopy({
0 commit comments