diff --git a/docs/my-website/docusaurus.config.js b/docs/my-website/docusaurus.config.js index 49bd422c2..e1e5cbb01 100644 --- a/docs/my-website/docusaurus.config.js +++ b/docs/my-website/docusaurus.config.js @@ -10,10 +10,10 @@ const config = { tagline: 'Simplify LLM API Calls', // Set the production url of your site here - url: 'https://docs.litellm.ai', + url: 'https://litellm.vercel.app/', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/docs', + baseUrl: '/', onBrokenLinks: 'warn', onBrokenMarkdownLinks: 'warn',