From e9d6da6c284a79b8cd916f14ea34fa19b749b6c3 Mon Sep 17 00:00:00 2001 From: Jens L Date: Wed, 28 Feb 2024 01:24:04 +0100 Subject: [PATCH] website: fix links in navbar opening in new tab (#8713) --- website/docusaurus.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index 1af881a25e..2bfae1a4b9 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -26,6 +26,7 @@ module.exports = async function (): Promise { to: "https://goauthentik.io/blog", label: "Blog", position: "left", + target: "_self", }, { to: "docs/", @@ -46,6 +47,7 @@ module.exports = async function (): Promise { to: "https://goauthentik.io/pricing/", label: "Pricing", position: "left", + target: "_self", }, { href: "https://github.com/goauthentik/authentik",