From 4a0a9934ecef0995224d3f9956ee17da4f7986c4 Mon Sep 17 00:00:00 2001 From: Badal Saibo Date: Thu, 20 Feb 2025 13:19:41 +0530 Subject: [PATCH] feat: new route name --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index ca3aed0..5a4b99c 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -17,7 +17,7 @@ const config: Config = { url: `https://${ORG_NAME}.github.io`, // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: process.env.NODE_ENV === 'production' ? `/${REPO_NAME}/documentation/` : '/', + baseUrl: process.env.NODE_ENV === 'production' ? `/${REPO_NAME}/docs/` : '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. organizationName: ORG_NAME, // Usually your GitHub org/user name.