Skip to content

Commit

Permalink
[docker-push] Cache URLs with fragments as well
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-roesch committed Jul 22, 2020
1 parent 8eadf07 commit 0ceff8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
exclude: ['index.html'],
runtimeCaching: [
{
urlPattern: new RegExp('/$'),
urlPattern: /^$|^\/$|\/#.*$/,
handler: 'NetworkFirst'
}
]
Expand Down

0 comments on commit 0ceff8c

Please sign in to comment.