mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 00:19:59 +00:00
fix: glob for emojis cache for pwa (#729)
This commit is contained in:
parent
6729666170
commit
177df4aed7
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export const pwa: VitePWANuxtOptions = {
|
|||
},
|
||||
injectManifest: {
|
||||
globPatterns: ['**/*.{js,json,css,html,txt,svg,png,ico,webp,woff,woff2,ttf,eot,otf,wasm}'],
|
||||
globIgnores: ['emojis/*'],
|
||||
globIgnores: ['emojis/**'],
|
||||
},
|
||||
devOptions: {
|
||||
enabled: process.env.VITE_DEV_PWA === 'true',
|
||||
|
|
Loading…
Reference in a new issue