Skip to content

Commit 968fa8f

Browse files
fix
1 parent 0861b9e commit 968fa8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/documentation/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ checkTLD(domain).then(tldvalid => {
10841084
const fixpath = HTMLUsePathInput && docsUsePathInput ? `${PATH}/`.repeat(2) : HTMLUsePathInput ? PATH+'/' : '';
10851085
let outHTML = HTML
10861086
.replace('<html>', `<html${htmlLang}>`)
1087-
.replaceAll('="/_just/', fixpathh ? `/${fixpathh}/_just/` : `="${start}${fixpath}_just/`)
1087+
.replaceAll('="/_just/', fixpathh ? `="/${fixpathh}/_just/` : `="${start}${fixpath}_just/`)
10881088
.replace("content: '_just';", `content: '_just ${_just.version}';`)
10891089
.replace('REPLACE_SCRIPT', `const ${dataname2[11]}=${JSON.stringify(pages[1])};${pagejs ? `document.addEventListener('DOMContentLoaded',()=>{${pagejs}});` : ''}`)
10901090
.replaceAll('REPLACE_CSS', filename.css)

0 commit comments

Comments
 (0)