From b0469ef3744dea19ed1d70c0a495478f66482fc1 Mon Sep 17 00:00:00 2001 From: Dominik Pinsel Date: Thu, 16 May 2024 10:46:13 +0200 Subject: [PATCH] update docusaurus repo Signed-off-by: Dominik Pinsel --- docs/docusaurus.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index b31f56f88..0b06fb225 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -11,11 +11,11 @@ const config: Config = { url: 'https://github.com', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/eclipse-tractusx/managed-identity-wallet/', + baseUrl: '/managed-identity-wallet/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. - organizationName: 'eclipse-tractusx', // Usually your GitHub org/user name. + organizationName: 'eDominikPinsel', // Usually your GitHub org/user name. projectName: 'managed-identity-wallet', // Usually your repo name. onBrokenLinks: 'throw',