Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -19,7 +19,7 @@ const nextConfig = {
|
||||
},
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'studio.norteamericano.com',
|
||||
hostname: process.env.NEXT_PUBLIC_STUDIO_DOMAIN || 'studio.norteamericano.com',
|
||||
pathname: '/assets/**',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user