Skip to content

Commit

Permalink
fix: 외부 이미지 도메인 추가 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoSelf1 committed Aug 23, 2024
1 parent e9c674c commit 81a3f45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
domains: ['picsum.photos'], // 허용할 외부 이미지 도메인 추가
domains: [
'chik.s3.ap-northeast-2.amazonaws.com',
'scontent-gmp1-1.cdninstagram.com',
], // 허용할 외부 이미지 도메인 추가
},
};

Expand Down

0 comments on commit 81a3f45

Please sign in to comment.