From 7bd54c654fd15adf95eb69cff507cde91627315d Mon Sep 17 00:00:00 2001 From: lorenzodagostinoradicalbit Date: Wed, 19 Jun 2024 19:23:24 +0200 Subject: [PATCH] fix(doc): error on docs --- docs/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 99c8ed0d..9696d0f1 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -17,10 +17,10 @@ const config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://robbenti.github.io/', + url: 'https://docs.oss-monitoring.radicalbit.ai/', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: 'github-pages-test/', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.