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 2a9ee9d commit cf8ad1aCopy full SHA for cf8ad1a
src/client/app/router.ts
@@ -90,7 +90,7 @@ export function createRouter(
90
if (inBrowser) {
91
nextTick(() => {
92
let actualPathname =
93
- '/' +
+ siteDataRef.value.base +
94
__pageData.relativePath.replace(/(?:(^|\/)index)?\.md$/, '$1')
95
if (!siteDataRef.value.cleanUrls && !actualPathname.endsWith('/')) {
96
actualPathname += '.html'
0 commit comments