Skip to content

Commit

Permalink
chore: 허용 도메인 임시 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ojm51 committed Aug 25, 2024
1 parent 3f6e95f commit 2676d55
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
const nextConfig = {
reactStrictMode: true,
images: {
domains: [
"sprint-fe-project.s3.ap-northeast-2.amazonaws.com",
"flexible.img.hani.co.kr",
remotePatterns: [
{
protocol: "http",
hostname: "**",
},
{
protocol: "https",
hostname: "**",
},
],
},
};
Expand Down

0 comments on commit 2676d55

Please sign in to comment.