website: fix links in navbar opening in new tab (#8713)
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user