mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-17 21:31:43 +01:00
small fix for PWA cache
This commit is contained in:
parent
00d701e738
commit
1804a04b82
@ -25,6 +25,11 @@ export default defineConfig({
|
||||
react(),
|
||||
VitePWA({
|
||||
registerType: "prompt",
|
||||
workbox: {
|
||||
// This is a temporary measure to increase the cache limit to 3mB
|
||||
// TODO: Remove this when the 200kB gif is removed from @getalby/bitcoin-connect-react
|
||||
maximumFileSizeToCacheInBytes: 2097152 * 1.5,
|
||||
},
|
||||
manifest: {
|
||||
name: "noStrudel",
|
||||
short_name: "noStrudel",
|
||||
|
Loading…
x
Reference in New Issue
Block a user