diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index feb602f..652c8ae 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -11,10 +11,10 @@ const config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://tabbyml.github.io', + url: 'https://tabby.tabbyml.com', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/tabby', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.