diff --git a/next.config.mjs b/next.config.mjs index 1a83e14..2c9eba8 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -2,7 +2,10 @@ const nextConfig = { reactStrictMode: true, images: { - domains: ['uploads-ssl.webflow.com'], + domains: [ + 'uploads-ssl.webflow.com', + 'cdn.prod.website-files.com', + ], }, webpack(config) { const fileLoaderRule = config.module.rules.find(