Skip to content

Commit

Permalink
netlify PWA patch
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbikbetal committed Apr 21, 2020
1 parent 0b02a11 commit 8bf5398
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module.exports = {
pwa: {
name: 'Zymo'
name: 'Zymo',
workboxOptions: {
exclude: [/_redirects/]
}
}
}

0 comments on commit 8bf5398

Please sign in to comment.