Skip to content

Commit

Permalink
Update astro.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnath committed Apr 12, 2024
1 parent 25eb351 commit 466bf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/website/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default defineConfig({
},
workbox: {
navigateFallback: '/',
globPatterns: ['**/*.{css,js,html,svg,png,ico,txt}'],
globPatterns: ['**/*.{css,js,html,svg,png,ico,txt,avif}'],
},
devOptions: {
enabled: true,
Expand Down

0 comments on commit 466bf6c

Please sign in to comment.