Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-03-31 14:39:04 -03:00
parent 8b792e1d44
commit 0bea4173f5
18 changed files with 517 additions and 192 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ const nextConfig = {
},
{
protocol: 'https',
hostname: 'studio.norteamericano.com',
hostname: process.env.NEXT_PUBLIC_STUDIO_DOMAIN || 'studio.norteamericano.com',
pathname: '/assets/**',
},
],