Skip to content

Commit

Permalink
Merge pull request #292 from magul/navigate-fallback-blacklist
Browse files Browse the repository at this point in the history
navigateFallbackBlacklist for Workbox PWA and Django Admin
  • Loading branch information
magul authored Jul 31, 2019
2 parents ee0aae6 + 53df8b7 commit 43a8274
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
workboxOptions: {
skipWaiting: true,
navigateFallback: '/index.html',
navigateFallbackBlacklist: [/admin/]
},
},
};

0 comments on commit 43a8274

Please sign in to comment.