diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 40728902bb65ec9dae711188abd54b89ea39068b..71045c93829634f3ab009bff8677a184f9acaae5 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.