Skip to content

Commit

Permalink
remove slash from redirect-external-no-slash
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 17, 2021
1 parent 5950d5f commit 7a2979d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/basic/pages/redirect-external-no-slash.vue
Expand Up @@ -5,7 +5,7 @@
<script>
export default {
middleware ({ redirect }) {
return redirect('https://example.com/test/')
return redirect('https://example.com/test')
}
}
</script>

0 comments on commit 7a2979d

Please sign in to comment.