Skip to content

Commit

Permalink
Added next.config.js with datocms-assets domain in allow list (#33647)
Browse files Browse the repository at this point in the history
## 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
souljuse and ijjk committed Jan 27, 2022
1 parent 662fa63 commit 5f96a0b
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 5f96a0b

Please sign in to comment.