Skip to content

Commit

Permalink
add audio to pwa cache
Browse files Browse the repository at this point in the history
  • Loading branch information
amcolash committed Jan 11, 2025
1 parent 7e05dde commit 87621cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default defineConfig({

workbox: {
maximumFileSizeToCacheInBytes: 20 * 1000 * 1000, // 20mb
globPatterns: ['**/*.{js,css,html,png,jpg,jpeg,webp,svg,gif,ttf}'],
globPatterns: ['**/*.{js,css,html,png,jpg,jpeg,webp,svg,gif,ttf,m4a,mp3}'],
},
manifest,

Expand Down

0 comments on commit 87621cf

Please sign in to comment.