Skip to content

Commit 0079a59

Browse files
committed
fix: next/image 원격 호스트에 광고 S3 버킷 추가
1 parent 3696852 commit 0079a59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

next.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ const nextConfig: NextConfig = {
1616
protocol: 'https',
1717
hostname: 'example.com', // TODO: 실제 API 이미지 호스트로 교체 필요
1818
},
19+
{
20+
protocol: 'https',
21+
hostname: 'ongil-bucket.s3.ap-northeast-2.amazonaws.com', // 광고 이미지 S3 버킷
22+
},
1923
{
2024
protocol: 'http',
2125
hostname: 'img1.kakaocdn.net', // 카카오 프로필 이미지 호스팅

0 commit comments

Comments
 (0)