This commit is contained in:
Krikorios
2025-07-14 10:14:20 +04:00
parent 890acbd5bc
commit 868c9b252c
21 changed files with 615 additions and 97 deletions
+20 -2
View File
@@ -9,11 +9,29 @@ const nextConfig = {
// Allow dev origins
allowedDevOrigins: ['127.0.0.1:3000', 'localhost:3000'],
images: {
domains: ['localhost', 'supabase.co'],
remotePatterns: [
{
protocol: 'https',
hostname: '**',
hostname: 'images.pexels.com',
pathname: '/**',
},
{
protocol: 'https',
hostname: 'images.unsplash.com',
pathname: '/**',
},
{
protocol: 'https',
hostname: 'plus.unsplash.com',
pathname: '/**',
},
{
protocol: 'https',
hostname: 'localhost',
},
{
protocol: 'https',
hostname: 'supabase.co',
},
],
},