You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ module.exports = {
118
118
| next\_image\_device\_sizes | The allowed device sizes that should be used for image optimization. |`list(number)`|`null`| no |
119
119
| next\_image\_domains | The allowed origin domains that can be used for fetching images. |`list(string)`|`[]`| no |
120
120
| next\_image\_image\_sizes | The allowed image sizes that should be used for image optimization. |`list(number)`|`null`| no |
121
-
| next\_image\_version | The Next.js version from where you want to use the image optimizer from. Supports semver ranges. |`string`|`"^10.0.0"`| no |
121
+
| next\_image\_version | The Next.js version from where you want to use the image optimizer from. Supports semver ranges. |`string`|`"^10.0.5-beta"`| no |
122
122
| tags | Tag metadata to label AWS resources that support tags. |`map(string)`|`{}`| no |
0 commit comments