From 4e40abbb15009c8a9b60423744202521a5b93380 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..8d6533afc 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -8,10 +8,10 @@ const config: Config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://github.com', + url: 'https://github.com/DominikPinsel', // 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.