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",
|
registerType: "autoUpdate",
|
||||||
workbox: {
|
workbox: {
|
||||||
maximumFileSizeToCacheInBytes: 4000000, // 4mb
|
maximumFileSizeToCacheInBytes: 4000000, // 4mb
|
||||||
globIgnores: ["**ping.txt**"],
|
globIgnores: ["!assets/**/*"],
|
||||||
},
|
},
|
||||||
includeAssets: [
|
includeAssets: [
|
||||||
"favicon.ico",
|
"favicon.ico",
|
||||||
|
|
Loading…
Reference in a new issue