We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16c49f commit faf4c87Copy full SHA for faf4c87
1 file changed
next.config.ts
@@ -16,6 +16,10 @@ const nextConfig: NextConfig = {
16
protocol: 'https',
17
hostname: 'example.com', // TODO: 실제 API 이미지 호스트로 교체 필요
18
},
19
+ {
20
+ protocol: 'http',
21
+ hostname: 'img1.kakaocdn.net', // 카카오 프로필 이미지 호스팅
22
+ },
23
],
24
25
0 commit comments