Skip to content

Commit ac7bfa0

Browse files
committed
remove the allowed amazon host for the image optimization
1 parent 67783ad commit ac7bfa0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

next.config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ const nextConfig = {
2222
port: '',
2323
pathname: '**',
2424
},
25-
{
26-
protocol: 'https',
27-
hostname: 'content-eu.drive.amazonaws.com',
28-
port: '',
29-
pathname: '**',
30-
},
3125
],
3226
imageSizes: [16, 32, 48, 64, 96, 128, 256, 384],
3327
deviceSizes: [400, 500, 600, 700, 1000],

0 commit comments

Comments
 (0)