mirror of
https://github.com/plebbit/seedit.git
synced 2026-04-17 13:48:43 -04:00
fix(vite.config.js): increase PWA cache limit
This commit is contained in:
@@ -38,7 +38,7 @@ export default defineConfig({
|
||||
registerType: 'autoUpdate',
|
||||
strategies: 'injectManifest',
|
||||
injectManifest: {
|
||||
maximumFileSizeToCacheInBytes: 8000000,
|
||||
maximumFileSizeToCacheInBytes: 20000000,
|
||||
},
|
||||
srcDir: 'src',
|
||||
filename: 'sw.ts',
|
||||
|
||||
Reference in New Issue
Block a user