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:
parent
ef429c8a3e
commit
75b707465f
2 changed files with 5230 additions and 4251 deletions
8861
pnpm-lock.yaml
8861
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -59,7 +59,7 @@ export default defineConfig(({ mode }) => {
|
|||
registerType: "autoUpdate",
|
||||
workbox: {
|
||||
maximumFileSizeToCacheInBytes: 4000000, // 4mb
|
||||
globIgnores: ["**ping.txt**"],
|
||||
globIgnores: ["!assets/**/*"],
|
||||
},
|
||||
includeAssets: [
|
||||
"favicon.ico",
|
||||
|
|
Loading…
Reference in a new issue