Skip to content

Commit 728ca06

Browse files
committed
Remove the externalLinkTarget option for now, it breaks nav links in routerMode history. docsifyjs/docsify#1803
1 parent 8da3332 commit 728ca06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docsify.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
loadNavbar: true,
2020
mergeNavbar: true,
2121
subMaxLevel: 3,
22-
externalLinkTarget: '_self',
22+
// externalLinkTarget: '_self',
2323
executeScript: true, // defaults to false unless Vue is present in which case defaults to true.
2424
auto2top: true,
2525
relativePath: true,

0 commit comments

Comments
 (0)