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
chore(docs): update version history of next/image (#73923)
These features were added in Next.js 15.x but then back-ported to 14.x
since they can impact billing.
So we should land this docs PR and then also back-port it.
I also noticed that the heading was wrong for `localPatterns`.
Copy file name to clipboardExpand all lines: docs/02-app/02-api-reference/01-components/image.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -484,7 +484,7 @@ Other properties on the `<Image />` component will be passed to the underlying
484
484
485
485
In addition to props, you can configure the Image Component in `next.config.js`. The following options are available:
486
486
487
-
## `localPatterns`
487
+
###`localPatterns`
488
488
489
489
You can optionally configure `localPatterns` in your `next.config.js` file in order to allow specific paths to be optimized and block all others paths.
0 commit comments