Stop caching index files

This commit is contained in:
Paradox 2024-07-03 15:57:06 +00:00
parent ef429c8a3e
commit 75b707465f
2 changed files with 5230 additions and 4251 deletions

File diff suppressed because it is too large Load Diff

View File

@ -59,7 +59,7 @@ export default defineConfig(({ mode }) => {
registerType: "autoUpdate",
workbox: {
maximumFileSizeToCacheInBytes: 4000000, // 4mb
globIgnores: ["**ping.txt**"],
globIgnores: ["!assets/**/*"],
},
includeAssets: [
"favicon.ico",