Skip to content

Commit faf4c87

Browse files
committed
chore: 카카오 이미지 호스팅 설정
1 parent f16c49f commit faf4c87

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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: 'http',
21+
hostname: 'img1.kakaocdn.net', // 카카오 프로필 이미지 호스팅
22+
},
1923
],
2024
},
2125

0 commit comments

Comments
 (0)