Skip to content

Commit

Permalink
set the value of hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
lfbarrile01 committed Nov 21, 2024
1 parent 451427e commit 0226000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const nextConfig = {
remotePatterns: [
{
protocol: 'http',
hostname: process.env.MIDAZ_CONSOLE_SERVICE_HOST,
hostname: process.env.MIDAZ_CONSOLE_SERVICE_HOST || 'localhost',
pathname: '**'
}
]
Expand Down

0 comments on commit 0226000

Please sign in to comment.