Skip to content

Commit

Permalink
Update image-optimization.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Oct 26, 2020
1 parent c381a35 commit 557a000
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions docs/basic-features/image-optimization.md
Expand Up @@ -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

Expand All @@ -106,8 +108,3 @@ For more information on what to do next, we recommend the following sections:
</a>
</div>

- 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'`

0 comments on commit 557a000

Please sign in to comment.