This commit is contained in:
Luke.Ye 2025-07-08 14:31:26 +08:00
parent d0d689128a
commit 83446c092c

View File

@ -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);