We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2184a commit 98c9945Copy full SHA for 98c9945
src/helpers/routes.js
@@ -77,7 +77,7 @@ exports.makeRoutes = (baseRoutes, {
77
78
// Get custom path if any
79
if (componentOptions.paths && componentOptions.paths[locale]) {
80
- path = componentOptions.paths[locale]
+ path = encodeURI(componentOptions.paths[locale])
81
}
82
83
// Add route prefix if needed
0 commit comments