docs(docusaurus.config.js): fix docusaurus base url

This commit is contained in:
Krrish Dholakia 2024-06-19 11:19:30 -07:00
parent 32880faa76
commit 28954bbba0

View file

@ -11,7 +11,7 @@ const config = {
favicon: '/img/favicon.ico',
// Set the production url of your site here
url: 'https://litellm.vercel.app/',
url: 'https://docs.litellm.ai/',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',