diff --git a/docusaurus.config.js b/docusaurus.config.js index c5398d3..a985617 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -11,10 +11,10 @@ const config = { favicon: 'img/logo.svg', // Set the production url of your site here - url: 'https://tango-adb.github.io', + url: 'https://help.tangoapp.dev', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/help-center/', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.