Skip to content

Commit 3195de6

Browse files
authored
Fix docs default config values (#18319)
Missed one rename from #18294
1 parent 118ab79 commit 3195de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basic-features/image-optimization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If no configuration is provided, the following default configuration will be use
5757
module.exports = {
5858
images: {
5959
deviceSizes: [320, 420, 768, 1024, 1200],
60-
iconSizes: [],
60+
imageSizes: [],
6161
domains: [],
6262
path: '/_next/image',
6363
loader: 'default',

0 commit comments

Comments
 (0)