diff --git a/examples/cms-datocms/next.config.js b/examples/cms-datocms/next.config.js new file mode 100644 index 000000000000000..761cfcc4d39b227 --- /dev/null +++ b/examples/cms-datocms/next.config.js @@ -0,0 +1,5 @@ +module.exports = { + images: { + domains: ['www.datocms-assets.com'], + }, +}