Skip to content

Commit a116ac0

Browse files
committed
update next config
1 parent 3998dd0 commit a116ac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

next.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ const nextConfig = withNextIntl({
2222
hostname: backendUrl.hostname,
2323
},
2424
{
25-
domains: [platformUrl.hostname],
26-
unoptimized: true,
25+
protocol: platformUrl.protocol.slice(0, -1),
26+
hostname: platformUrl.hostname
2727
},
2828
],
2929
},

0 commit comments

Comments
 (0)