We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ac38a commit 8837e7aCopy full SHA for 8837e7a
lib/default-theme/util.js
@@ -4,7 +4,7 @@ export const endingSlashRE = /\/$/
4
export const outboundRE = /^(https?:|mailto:|tel:)/
5
6
export function normalize (path) {
7
- return path
+ return decodeURI(path)
8
.replace(hashRE, '')
9
.replace(extRE, '')
10
}
0 commit comments