From e6da2f8bf7c321b195a951c5af6672eaf3b26cc4 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 12 Aug 2023 12:01:45 -0700 Subject: [PATCH] updating vercel --- docs/my-website/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',