Skip to content

Commit

Permalink
🔨 added: more file types
Browse files Browse the repository at this point in the history
  • Loading branch information
PiyushSuthar committed Jul 24, 2021
1 parent 763c751 commit 7165a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workbox-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
globDirectory: 'dist/',
globPatterns: ['**/*.{js,css,ico,html,svg,mp3,webp}'],
globPatterns: ['**/*.{js,css,ico,html,svg,mp3,webp,png,jpg}'],
swDest: 'dist/sw.js',
};

1 comment on commit 7165a19

@vercel
Copy link

@vercel vercel bot commented on 7165a19 Jul 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.