Skip to content

Commit

Permalink
Added next.config.js with datocms-assets domain in allow list
Browse files Browse the repository at this point in the history
  • Loading branch information
souljuse committed Jan 25, 2022
1 parent 72658c9 commit 73c48b8
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 73c48b8

Please sign in to comment.