Skip to content

Commit ce93ab7

Browse files
andershagbardlorenzodejong
authored andcommitted
Update installation docs
1 parent 3b11583 commit ce93ab7

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

-11
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,6 @@ This library also expects you to pass in a [SanityClient instance](https://www.n
2323
npm install --save @sanity/client
2424
```
2525

26-
Finally configure your next.config.js to allow loading images from the Sanity.io CDN
27-
28-
```javascript
29-
// next.config.js
30-
module.exports = {
31-
images: {
32-
domains: ['cdn.sanity.io']
33-
}
34-
};
35-
```
36-
3726
## Upgrading
3827

3928
### Upgrading from 4.x.x to 5.x.x

0 commit comments

Comments
 (0)