homepage url hotfix
This commit is contained in:
@@ -23,6 +23,7 @@ export default function getAllPaths({
|
||||
outBase,
|
||||
}: getAllPathsOps) {
|
||||
// generate links for remote git server
|
||||
const homeUrl = baseUrl
|
||||
if (baseUrl != '' && remoteBranch != '') {
|
||||
if (supportUrl == '') {
|
||||
supportUrl = `${baseUrl}/issues`
|
||||
@@ -36,6 +37,7 @@ export default function getAllPaths({
|
||||
out: outBase,
|
||||
},
|
||||
url: {
|
||||
home: homeUrl,
|
||||
base: baseUrl,
|
||||
support: supportUrl,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user