mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-10-10 04:43:29 +02:00
small fix for PWA cache
This commit is contained in:
@@ -25,6 +25,11 @@ export default defineConfig({
|
|||||||
react(),
|
react(),
|
||||||
VitePWA({
|
VitePWA({
|
||||||
registerType: "prompt",
|
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: {
|
manifest: {
|
||||||
name: "noStrudel",
|
name: "noStrudel",
|
||||||
short_name: "noStrudel",
|
short_name: "noStrudel",
|
||||||
|
Reference in New Issue
Block a user