feat: Add HTTPS headers for librechat.ai domains (#266)

This commit is contained in:
Danny Avila
2025-03-19 02:09:19 -04:00
committed by GitHub
parent 6e07c668e4
commit 75757db822

View File

@@ -98,6 +98,18 @@ const nextraConfig = withNextra({
port: '',
pathname: '/**',
},
{
protocol: 'https',
hostname: 'www.librechat.ai',
port: '',
pathname: '/**',
},
{
protocol: 'https',
hostname: 'librechat.ai',
port: '',
pathname: '/**',
},
],
},
headers() {