diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 4b4846b5..5581719f 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -10,6 +10,18 @@ const nextConfig = { protocol: "https", hostname: "medialit-prod.s3.ap-southeast-1.amazonaws.com", }, + { + protocol: "https", + hostname: "medialit-prod.s3.ap-southeast-1.amazonaws.com", + }, + { + protocol: "https", + hostname: "dxffh090a1hlp.cloudfront.net", + }, + { + protocol: "https", + hostname: "d27g932tzd9f7s.cloudfront.net", + }, ], }, };