Skip to content

Commit

Permalink
Fix caching config
Browse files Browse the repository at this point in the history
  • Loading branch information
tillvit committed Oct 13, 2023
1 parent b2fa39b commit e32b04a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ export default defineConfig({
purpose: "maskable"
}
]
},
workbox: {
globPatterns: ['**/*.{js,css,html}', 'assets/*'],
}

})
Expand Down

0 comments on commit e32b04a

Please sign in to comment.