🐋 docs: Deepseek Example & Token Usage Docker Commands (#201)

* docs: enhance authentication and token usage documentation with deployment context

* feat: add deepseek example
This commit is contained in:
Danny Avila
2025-01-21 09:19:10 -05:00
committed by GitHub
parent e12240b71b
commit 60005b0d0b
10 changed files with 110 additions and 14 deletions

View File

@@ -92,6 +92,12 @@ const nextraConfig = withNextra({
port: '',
pathname: '/**',
},
{
protocol: 'https',
hostname: 'firebasestorage.googleapis.com',
port: '',
pathname: '/**',
},
],
},
headers() {