Vercel Build Pics

This commit is contained in:
Şahan Hasret
2025-10-21 23:16:54 +03:00
parent a6c86f6de7
commit c5027a997b

View File

@@ -7,6 +7,10 @@ const nextConfig: NextConfig = {
protocol: 'https', protocol: 'https',
hostname: 'images.pexels.com', hostname: 'images.pexels.com',
}, },
{
protocol: 'https',
hostname: 'picsum.photos',
},
], ],
}, },
}; };