File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments