fix: homepage link
This commit is contained in:
parent
033be4f2d7
commit
e097f88f0e
2 changed files with 2 additions and 4 deletions
|
|
@ -211,7 +211,7 @@ export class Compiler {
|
|||
!_self.matchNotCompileLink(href) &&
|
||||
!config.ignore
|
||||
) {
|
||||
if (href === _self.config.homepage) href = '/'
|
||||
if (href === _self.config.homepage) href = 'README'
|
||||
href = router.toURL(href, null, router.getCurrentPath())
|
||||
} else {
|
||||
attrs += ` target="${linkTarget}"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue