Skip to content

Commit

Permalink
update sw
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomorebonato committed Jun 28, 2023
1 parent fa3b0e1 commit 4b8edd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export default defineConfig({
react(),
VitePWA({
workbox: {
globPatterns: ['**/*'],
globPatterns: ['**/*.{js,css}'],
navigateFallback: null,
},
includeAssets: ['**/*'],
outDir: './dist/assets',
Expand Down

0 comments on commit 4b8edd5

Please sign in to comment.