Skip to content

Commit

Permalink
fix(frontend): Nuxt Vuejs template has invalid History API handling
Browse files Browse the repository at this point in the history
Reported by: nuxt/nuxt#9111
Fixed by: nuxt/nuxt@76494b1
  • Loading branch information
Caceresenzo committed May 7, 2021
1 parent 5aa98a1 commit adcffa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/back_twice.patch
@@ -0,0 +1,4 @@
272c272
< router.push(app.context.route.fullPath, resolve, (err) => {
---
> router.replace(app.context.route.fullPath, resolve, (err) => {
1 change: 1 addition & 0 deletions frontend/patch.sh
@@ -0,0 +1 @@
patch node_modules/@nuxt/vue-app/template/index.js back_twice.patch

0 comments on commit adcffa2

Please sign in to comment.