From 18d01365f9b3f7d65c98f0f20285d813d6054a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Risto=20Peja=C5=A1inovi=C4=87?= Date: Sat, 14 Sep 2024 08:52:06 +0200 Subject: [PATCH] update --- docs/docusaurus.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 6708161..e4b7c0a 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -13,10 +13,10 @@ const config = { favicon: 'img/SoCMakeLogo3.svg', // Set the production url of your site here - url: 'https://socmake-docs.cern.ch', + url: 'https://hep-soc.github.io/SoCMake/', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/', + baseUrl = /SoCMake/ // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. @@ -72,7 +72,7 @@ const config = { label: 'Documentation', }, { - href: 'https://gitlab.cern.ch/socmake/SoCMake', + href: 'https://hep-soc.github.io/SoCMake/', label: 'GitLab', position: 'right', },