From e2be9fd388f927bc396ac1459f7ca431af1c7593 Mon Sep 17 00:00:00 2001 From: "cong.nguyen" Date: Fri, 20 Jun 2025 17:43:03 +0700 Subject: [PATCH] - Change base url --- docusaurus.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 9b8ab19..bb93fe2 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -11,9 +11,10 @@ const config: Config = { // Set the production url of your site here url: 'https://your-docusaurus-site.example.com', + // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/', + baseUrl: '/doc-slot-core-manual/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.