Skip to content

Commit

Permalink
Ignore some globs
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain Jack Sparrow committed Jul 3, 2024
1 parent 0bfc38d commit 9f6738a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default defineConfig(({ mode }) => {
registerType: "autoUpdate",
workbox: {
maximumFileSizeToCacheInBytes: 4000000, // 4mb
globIgnores: ["**ping.txt**"],
globIgnores: ["!assets/**/*"],
},
includeAssets: [
"favicon.ico",
Expand Down

0 comments on commit 9f6738a

Please sign in to comment.