Merge pull request #4287 from BerriAI/litellm_docusaurus_fix_base_url

docs(docusaurus.config.js): fix docusaurus base url
This commit is contained in:
Ishaan Jaff 2024-07-19 10:13:51 -07:00 committed by GitHub
commit 9f6e280fe4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: '/',