From 988901b7d03572b09815317903e18de9fc02db72 Mon Sep 17 00:00:00 2001 From: Ilya Zhukov <i.zhukov@fz-juelich.de> Date: Tue, 8 Oct 2024 10:23:29 +0200 Subject: [PATCH] Revert --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index b3b7beb0..0ae5517c 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -11,7 +11,7 @@ const config: Config = { url: 'https://your-docusaurus-site.example.com', // Set the /<baseUrl>/ pathname under which your site is served // For GitHub pages deployment, it is often '/<projectName>/' - baseUrl: '/intro2sc-handson/2024_11/', + baseUrl: '/intro2sc-handson/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. -- GitLab