website: fix links in navbar opening in new tab (#8713)

This commit is contained in:
Jens L
2024-02-28 01:24:04 +01:00
committed by GitHub
parent d7ed1a5d30
commit e9d6da6c28

View File

@ -26,6 +26,7 @@ module.exports = async function (): Promise<Config> {
to: "https://goauthentik.io/blog",
label: "Blog",
position: "left",
target: "_self",
},
{
to: "docs/",
@ -46,6 +47,7 @@ module.exports = async function (): Promise<Config> {
to: "https://goauthentik.io/pricing/",
label: "Pricing",
position: "left",
target: "_self",
},
{
href: "https://github.com/goauthentik/authentik",