diff --git a/docusaurus/docusaurus.config.js b/docusaurus/docusaurus.config.js index 5733141..ecb755f 100644 --- a/docusaurus/docusaurus.config.js +++ b/docusaurus/docusaurus.config.js @@ -19,7 +19,7 @@ import {themes as prismThemes} from 'prism-react-renderer'; const url = process.env.DOCUSAURUS_URL || 'https://magma.github.io' -const baseUrl = process.env.DOCUSAURUS_BASE_URL || '/' +const baseUrl = process.env.DOCUSAURUS_BASE_URL || '/magma-documentation/' // Security note on visibility of this secret in the source code: the API key is // not secured by secrecy. It is secured by a referer check for magma.github.io