We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9bbfd4 commit 594299fCopy full SHA for 594299f
src/core/route/hash.js
@@ -70,7 +70,7 @@ export function toURL (path, params) {
70
71
route.query = merge({}, route.query, params)
72
path = route.path + stringifyQuery(route.query)
73
- path = path.replace(/\.md/g, '')
+ path = path.replace(/\.md(\?)|\.md$/, '$1')
74
75
return cleanPath('#/' + path)
76
}
0 commit comments