Skip to content

Commit a0ae9d9

Browse files
committed
feat: reorder image optimization configuration for clarity
1 parent 9d6be76 commit a0ae9d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/spectator/next.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ const nextConfig: NextConfig = {
1010
},
1111
{
1212
protocol: 'https',
13-
hostname: 'images.hufscheer.com',
13+
hostname: 'hufscheer-images.s3.ap-northeast-2.amazonaws.com',
1414
},
1515
{
1616
protocol: 'https',
17-
hostname: 'hufscheer-images.s3.ap-northeast-2.amazonaws.com',
17+
hostname: 'images.hufscheer.com',
1818
},
1919
],
2020
},

0 commit comments

Comments
 (0)