Skip to content

Commit d79c060

Browse files
author
Rajat Saxena
committed
Added Cloudfront CDN remotes
1 parent 4dd9410 commit d79c060

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

apps/web/next.config.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ const nextConfig = {
1010
protocol: "https",
1111
hostname: "medialit-prod.s3.ap-southeast-1.amazonaws.com",
1212
},
13+
{
14+
protocol: "https",
15+
hostname: "medialit-prod.s3.ap-southeast-1.amazonaws.com",
16+
},
17+
{
18+
protocol: "https",
19+
hostname: "dxffh090a1hlp.cloudfront.net",
20+
},
21+
{
22+
protocol: "https",
23+
hostname: "d27g932tzd9f7s.cloudfront.net",
24+
},
1325
],
1426
},
1527
};

0 commit comments

Comments
 (0)