Skip to content

Commit

Permalink
Added next.config.js with datocms-assets domain in allow list (vercel…
Browse files Browse the repository at this point in the history
…#33647)

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [v] Make sure the linting passes by running `yarn lint`


Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
  • Loading branch information
2 people authored and natew committed Feb 16, 2022
1 parent a3f8977 commit 528b0e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/cms-datocms/next.config.js
@@ -0,0 +1,5 @@
module.exports = {
images: {
domains: ['www.datocms-assets.com'],
},
}

0 comments on commit 528b0e0

Please sign in to comment.