This commit is contained in:
Iliyan Angelov
2025-11-24 08:18:18 +02:00
parent 366f28677a
commit 136f75a859
133 changed files with 14977 additions and 3350 deletions

View File

@@ -26,6 +26,11 @@ const nextConfig = {
port: '8080',
pathname: '/images/**',
},
{
protocol: 'https',
hostname: 'images.unsplash.com',
pathname: '/**',
},
// Add your production domain when ready
// {
// protocol: 'https',
@@ -33,6 +38,8 @@ const nextConfig = {
// pathname: '/media/**',
// },
],
// Legacy domains format for additional compatibility
domains: ['images.unsplash.com'],
formats: ['image/avif', 'image/webp'],
deviceSizes: [640, 750, 828, 1080, 1200, 1920, 2048, 3840],
imageSizes: [16, 32, 48, 64, 96, 128, 256, 384],