diff --git a/.gitignore b/.gitignore index d27a43855..7d3e50b4c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .env litellm_uuid.txt __pycache__/ +bun.lockb \ No newline at end of file diff --git a/docs/my-website/img/favicon.png b/docs/my-website/img/favicon.png new file mode 100644 index 000000000..261b7504d Binary files /dev/null and b/docs/my-website/img/favicon.png differ diff --git a/docs/my-website/package.json b/docs/my-website/package.json index 8d3220126..13af0f988 100644 --- a/docs/my-website/package.json +++ b/docs/my-website/package.json @@ -22,6 +22,7 @@ "prism-react-renderer": "^1.3.5", "react": "^17.0.2", "react-dom": "^17.0.2", + "sharp": "^0.32.5", "uuid": "^9.0.0" }, "devDependencies": {