latest
This commit is contained in:
+20
-2
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user