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
@@ -152,7 +152,7 @@ Then rebuild and redeploy your Next.js application to make use of the changed co
152
152
| next\_image\_device\_sizes | Allowed device sizes that should be used for image optimization. |`list(number)`|`null`| no |
153
153
| next\_image\_domains | Allowed origin domains that can be used for fetching images. |`list(string)`|`[]`| no |
154
154
| next\_image\_image\_sizes | Allowed image sizes that should be used for image optimization. |`list(number)`|`null`| no |
155
-
| next\_image\_version | Next.js version from where you want to use the image optimizer from. Supports semver ranges. |`string`|`"11.1.0"`| no |
155
+
| next\_image\_version | Next.js version from where you want to use the image optimizer from. Supports semver ranges. |`string`|`"11.1.1"`| no |
156
156
| source\_bucket\_id | When your static files are deployed to a Bucket (e.g. with Terraform Next.js) the optimizer can pull the source from the bucket rather than over the internet. |`string`|`null`| no |
157
157
| tags | Tag metadata to label AWS resources that support tags. |`map(string)`|`{}`| no |
0 commit comments