From 14a8a131a73b76715ec496fcc14cda1f690d5527 Mon Sep 17 00:00:00 2001 From: Omar Ezzat Date: Thu, 28 Sep 2023 10:51:53 +0200 Subject: [PATCH] change base path in config -> after cname update --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index ddd077a..3973246 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -14,7 +14,7 @@ const config = { url: 'https://hpi-schul-cloud.github.io', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/schulcloud-documentation/', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.