diff --git a/next.config.js b/next.config.js index 19f5938f2..d9c955164 100644 --- a/next.config.js +++ b/next.config.js @@ -15,6 +15,9 @@ module.exports = withCommerceConfig({ future: { webpack5: true, }, + images: { + domains: ['s3-eu-west-1.amazonaws.com'] + }, commerce, i18n: { locales: ['en-US', 'es'],