From 557a0001dbe4030a3cad991c030e9095353473c9 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Mon, 26 Oct 2020 18:17:26 +0100 Subject: [PATCH] Update image-optimization.md --- docs/basic-features/image-optimization.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) 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'`