Skip to content

Commit

Permalink
Updated glob settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tracygardner committed Jul 19, 2024
1 parent a50b8ef commit 8d42194
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ export default {
},
workbox: {
maximumFileSizeToCacheInBytes: 15000000,
globPatterns: [
'**/*.{js,css,html,ico,png,svg,glb,gltf,ogg}'
],
runtimeCaching: [
{
urlPattern: ({ request }) => request.destination === 'images',
Expand Down

0 comments on commit 8d42194

Please sign in to comment.