Skip to content

Commit

Permalink
Merge pull request BerriAI#152 from NANDINI-star/main
Browse files Browse the repository at this point in the history
Fixing favicon path BerriAI#142
  • Loading branch information
ishaan-jaff authored Aug 19, 2023
2 parents 2d003b5 + 61deef6 commit dc7d2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/my-website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const config = {
title: 'liteLLM',
tagline: 'Simplify LLM API Calls',
favicon: 'static/img/favicon.ico',
favicon: '/img/favicon.ico',

// Set the production url of your site here
url: 'https://litellm.vercel.app/',
Expand Down

0 comments on commit dc7d2b7

Please sign in to comment.