From 06ef3e29c1bc46c9832909096b281b9381efe824 Mon Sep 17 00:00:00 2001 From: Ilya Zhukov <i.zhukov@fz-juelich.de> Date: Tue, 23 Apr 2024 18:30:15 +0200 Subject: [PATCH] Update docusaurus.config.ts --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 4072890..71045c9 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: '/perf_analysis', + baseUrl: '/perf-analysis-hands-on', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. -- GitLab