Skip to content

Commit

Permalink
chore: 도메인 주소 next config 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
bae-sh committed Dec 31, 2023
1 parent baf0dd0 commit 1b91ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const nextConfig = {
reactStrictMode: true,
images: {
domains: ['168.188.123.234', 'reduck.site', 'reduckas.site'],
domains: ['3.39.78.198', 'reduck.site', 'api.reduckas.site'],
},
};
module.exports = nextConfig;

0 comments on commit 1b91ee4

Please sign in to comment.