Skip to content

Commit

Permalink
chore: 도메인 이전 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
jagaldol committed Jul 25, 2024
1 parent 5a564b7 commit 396737a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ const nextConfig = {

module.exports = {
images: {
domains: ["localhost", "chatfoodie.net"], // 이미지를 호스팅하는 도메인을 여기에 추가
domains: ["localhost", "chatfoodie.net", "foodie.jagaldol.com"], // 이미지를 호스팅하는 도메인을 여기에 추가
unoptimized: true,
},
...nextConfig,
}

0 comments on commit 396737a

Please sign in to comment.