Skip to content

Commit 8ccc3b1

Browse files
committed
docs: update README based on CR feedback
1 parent 1540345 commit 8ccc3b1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ by targeting the `/_next/image/*` route:
4242
X-Test = 'foobar'
4343
```
4444

45-
## Disabling `ipx`
45+
## Disabling included image loader
4646

47-
If you wish to disable the use of the `ipx` package, set the `DISABLE_IPX` environment variable to `true`. Please note that some requests to `/_next/image/*` may fail unless an image loader, such as Cloudinary or Imgix, is specified as a replacement for `ipx`.
47+
If you wish to disable the use of the image loader which is bundled into the runtime by default, set the `DISABLE_IPX` environment variable to `true`.
4848

49-
See the [Next.js documentation](https://nextjs.org/docs/api-reference/next/image#built-in-loaders) for options.
49+
This should only be done if the site is not using `next/image` or is using a different loader (such as Cloudinary or Imgix).
50+
51+
See the [Next.js documentation](https://nextjs.org/docs/api-reference/next/image#built-in-loaders) for image loader options.
5052

5153
## Next.js Middleware on Netlify
5254

0 commit comments

Comments
 (0)