Skip to content

Commit c3bfbc7

Browse files
committed
fix: remove 2048 device size, limit image size
1 parent 43051de commit c3bfbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = (phase, { defaultConfig }) => {
3535
},
3636
i18n,
3737
images: {
38-
deviceSizes: [640, 750, 828, 1080, 1200, 1504, 1920, 2048],
38+
deviceSizes: [640, 750, 828, 1080, 1200, 1504, 1920],
3939
},
4040
}
4141

0 commit comments

Comments
 (0)