mirror of
https://gitlab.com/foxixus/neomovies.git
synced 2025-10-27 17:38:50 +05:00
Измения в АПИ
This commit is contained in:
@@ -28,10 +28,16 @@ const nextConfig = {
|
||||
port: '3000',
|
||||
pathname: '/images/**',
|
||||
},
|
||||
// Продакшен на Vercel
|
||||
// Наш API прокси для изображений
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'neomovies-api.vercel.app',
|
||||
hostname: 'neomovies-test-api.vercel.app',
|
||||
pathname: '/api/v1/images/**',
|
||||
},
|
||||
// Продакшен на Vercel (старый)
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'neomovies-test-api.vercel.app',
|
||||
pathname: '/images/**',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user