Skip to content

Commit

Permalink
test sw
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusef Almamari committed Aug 13, 2024
1 parent 2dcf43b commit 179857a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ export default defineConfig(() => {
devOptions: {
enabled: true,
},
workbox: {
globPatterns: ["**/*.{js,css,html,ico,png,svg}"],
cleanupOutdatedCaches: true,
},
}),
],
};
Expand Down

0 comments on commit 179857a

Please sign in to comment.