From 9aa209275b2a851fddde5e176d7b023a977067fe Mon Sep 17 00:00:00 2001 From: Sushant Raikar Date: Sun, 18 Feb 2024 21:24:57 -0800 Subject: [PATCH] Documentation Base URL fixed --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 2be6663d..a6c59471 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -16,7 +16,7 @@ const config = { url: 'https://your-docusaurus-site.example.com', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/openhouse/', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.