mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Ignore some globs
This commit is contained in:
parent
0bfc38d3b0
commit
9f6738a0f4
1 changed files with 1 additions and 1 deletions
|
@ -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