Skip to content

Commit

Permalink
Merge pull request #108 from DDD-Community/hotfix/image-remote-patterns
Browse files Browse the repository at this point in the history
[HOTFIX] CDN 대응 Image Remote Pattern 추가
  • Loading branch information
junseublim authored Sep 4, 2024
2 parents 979071f + 6d43142 commit 753f196
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ const nextConfig = {
protocol: 'https',
hostname: 'polabo-contents.s3.ap-northeast-2.amazonaws.com',
},
{
protocol: 'https',
hostname: 'd3l8obr3u6wg96.cloudfront.net'
}
],
},
webpack: (config) => {
Expand Down

0 comments on commit 753f196

Please sign in to comment.