diff --git a/documentation/docusaurus.config.ts b/documentation/docusaurus.config.ts index 4ced2ba12..572f57a80 100644 --- a/documentation/docusaurus.config.ts +++ b/documentation/docusaurus.config.ts @@ -12,7 +12,7 @@ const config: Config = { url: 'https://smartforms.csiro.au', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/docs', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.