Skip to content

Commit

Permalink
fix: glob for emojis cache for pwa (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberalien authored Jan 3, 2023
1 parent 6729666 commit 177df4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/pwa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 177df4a

Please sign in to comment.