mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 10:14:53 -05:00
🐛 Allowing service worker to cache files up to 5mb - fixes edge & offline mode (#4665)
* allowing sw to cache files up to 5mb * release notes
This commit is contained in:
@@ -165,6 +165,7 @@ export default defineConfig(async ({ mode }) => {
|
||||
],
|
||||
ignoreURLParametersMatching: [/^v$/],
|
||||
navigateFallback: '/index.html',
|
||||
maximumFileSizeToCacheInBytes: 5 * 1024 * 1024, // 5MB
|
||||
navigateFallbackDenylist: [
|
||||
/^\/account\/.*$/,
|
||||
/^\/admin\/.*$/,
|
||||
|
||||
Reference in New Issue
Block a user