From 728ca06a333e8a0df62d7647debd4bc520ff17a3 Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Sat, 21 Jan 2023 16:40:39 -0800 Subject: [PATCH] Remove the externalLinkTarget option for now, it breaks nav links in routerMode history. https://github.com/docsifyjs/docsify/issues/1803 --- docsify.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsify.config.js b/docsify.config.js index 9e7122b..1a3459d 100644 --- a/docsify.config.js +++ b/docsify.config.js @@ -19,7 +19,7 @@ loadNavbar: true, mergeNavbar: true, subMaxLevel: 3, - externalLinkTarget: '_self', + // externalLinkTarget: '_self', executeScript: true, // defaults to false unless Vue is present in which case defaults to true. auto2top: true, relativePath: true,