Compare commits

...

2 Commits

Author SHA1 Message Date
Jixun Wu 77fff2fbf5 Merge branch 'docs/android-emu-root'
continuous-integration/drone/push Build encountered an error Details
2023-12-23 19:38:45 +00:00
Jixun Wu 8abf8015d0 build: cache webp images 2023-12-23 15:59:28 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ export default defineConfig({
registerType: 'prompt',
workbox: {
// Cache everything from dist
globPatterns: ['**/*.{js,css,html,ico,png,svg,wasm}'],
globPatterns: ['**/*.{js,css,html,ico,png,svg,wasm,webp}'],
},
manifest: {
display: 'standalone',