Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
toby044 committed Apr 10, 2024
2 parents 8108a8f + 5aa2775 commit 47e0cbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runtime/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export default defineNuxtPlugin((nuxtApp) => {
* host handling end
*/

config.route = config.route.includes('%') ? decodeURI(config.route): config.route;

const urlSearchParams = new URLSearchParams({
appHost,
navContext: process.server,
Expand Down

0 comments on commit 47e0cbb

Please sign in to comment.