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.