Skip to content

Commit

Permalink
- FIX: SW hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed Jun 14, 2024
1 parent 99e5bc7 commit 22a1bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default defineConfig({
workbox: {
cleanupOutdatedCaches: true,
globPatterns: ['**/*.{js,css,html,ico,png,svg,json,vue,txt,woff2}'],
globIgnores: ['**/node_modules/**/*','api/**','/api/**','**/api/**'],
navigateFallbackDenylist: ['/api/**','**/api/**'],
maximumFileSizeToCacheInBytes: 30000000
},
filename: 'service-worker.js',
Expand Down

0 comments on commit 22a1bf3

Please sign in to comment.