Skip to content

Commit

Permalink
Added Cloudfront CDN remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Saxena committed May 11, 2024
1 parent 4dd9410 commit d79c060
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions apps/web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
},
};
Expand Down

0 comments on commit d79c060

Please sign in to comment.