fix
This commit is contained in:
parent
d0d689128a
commit
83446c092c
@ -29,7 +29,7 @@ async function resolveJumpLinks(titles) {
|
||||
for (const title of Object.keys(fileMap)) {
|
||||
if (fileMap[title]) {
|
||||
const cleanPath = fileMap[title].replace(/\.md$/, ".html");
|
||||
map[title] = `${publicBase}/${cleanPath}`;
|
||||
map[title] = `${cleanPath}`;
|
||||
}
|
||||
}
|
||||
resolveOuter(map);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user