1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

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",