diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 87a28f4..ded4897 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -12,7 +12,7 @@ const config: Config = { url: 'https://catalystneuro.github.io', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/', + baseUrl: '/dandi-docusaurus-example/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.