feat: Complete Corporate Site Deployment Checkpoint
This commit is contained in:
@@ -10,6 +10,18 @@ const nextConfig: NextConfig = {
|
||||
port: '',
|
||||
pathname: '/storage/v1/object/public/**',
|
||||
},
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'img.youtube.com',
|
||||
port: '',
|
||||
pathname: '/**',
|
||||
},
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'images.unsplash.com',
|
||||
port: '',
|
||||
pathname: '/**',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user