images fix

This commit is contained in:
2025-05-16 12:02:36 +03:00
parent 8d7be8f829
commit 9cf83b9710
7 changed files with 49 additions and 16 deletions

View File

@@ -10,6 +10,16 @@ const nextConfig: NextConfig = {
protocol: 'https',
hostname: 'via.placeholder.com',
},
{
protocol: 'http', // для локал девеломпента
hostname: '127.0.0.1',
port: '8000',
pathname: '/media/uploads/**',
},
{
protocol: 'https',
hostname: 'tripwb.com',
},
],
},
}