Browse Source

fix: bumping workbox cache limit

pull/10530/head
Tamas Lakatos 1 day ago
parent
commit
bf75a4a74f
  1. 1
      excalidraw-app/vite.config.mts

1
excalidraw-app/vite.config.mts

@ -196,6 +196,7 @@ export default defineConfig(({ mode }) => { @@ -196,6 +196,7 @@ export default defineConfig(({ mode }) => {
},
},
],
maximumFileSizeToCacheInBytes: 2.3 * 1024 ** 2, // 2.3MB
},
manifest: {
short_name: "Excalidraw",

Loading…
Cancel
Save