diff --git a/docs/basic-features/image-optimization.md b/docs/basic-features/image-optimization.md index 80b68a6e6fba..f88194d86bb4 100644 --- a/docs/basic-features/image-optimization.md +++ b/docs/basic-features/image-optimization.md @@ -90,10 +90,12 @@ module.exports = { The following Image Optimization cloud providers are supported: -- Vercel - No configuration necessary -- Imgix - `loader: 'imgix'` -- Cloudinary - `loader: 'cloudinary'` -- Akamai - `loader: 'akamai'` +- When using `next start` or a custom server image optimization works automatically. +- [Vercel](https://vercel.com): Works automatically when you deploy on Vercel +- [Imgix](https://www.imgix.com): `loader: 'imgix'` +- [Cloudinary](https://cloudinary.com): `loader: 'cloudinary'` +- [Akamai](https://www.akamai.com): `loader: 'akamai'` + ## Related @@ -106,8 +108,3 @@ For more information on what to do next, we recommend the following sections: -- When using `next start` or a custom server image optimization works automatically. -- [Vercel](https://vercel.com): Works automatically when you deploy on Vercel -- [Imgix](https://www.imgix.com): `loader: 'imgix'` -- [Cloudinary](https://cloudinary.com): `loader: 'cloudinary'` -- [Akamai](https://www.akamai.com): `loader: 'akamai'`