From fc0f1ec1c0aedab622f74fc4e714faed8a335b2d Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Nothnagel Date: Thu, 25 Jun 2026 16:58:51 +0200 Subject: [PATCH] Move self target to Community nav link Signed-off-by: Daniel Gonzalez Nothnagel --- docs/.vitepress/config.mts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 5068df5..068bc61 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -13,7 +13,7 @@ export default withMermaid({ ['meta', {property: 'og:description', content: 'IronCore is an Open-Source platform designed to empower users by providing a robust Infrastructure as a Service layer, Bare Metal Management and Network Automation'}], ['meta', {property: 'og:site_name', content: 'IronCore Project'}], ['meta', {property: 'og:image', content: 'https://raw.githubusercontent.com/ironcore-dev/ironcore-dev.github.io/refs/heads/main/docs/public/og-ironcore.png'}], - ['meta', {property: 'og:url', content: 'https://ironcore.dev/', target: '_self'}], + ['meta', {property: 'og:url', content: 'https://ironcore.dev/'}], ], vite: { resolve: { @@ -38,7 +38,7 @@ export default withMermaid({ {text: 'Bare Metal Management', link: '/baremetal/'}, {text: 'Network Automation', link: '/network-automation/'}, ]}, - {text: 'Community', link: 'https://ironcore.dev/community/'}, + {text: 'Community', link: 'https://ironcore.dev/community/', target: '_self'}, ], editLink: {