diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 7cba580..0367a6f 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -11,7 +11,7 @@ const config: Config = { url: 'https://nutsdb.github.io/', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/nutsdb/', + baseUrl: '/nutsdb-docs/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.