Skip to content

Commit 57a3dc0

Browse files
committed
chore: 이미지 도메인 내부 파일 서버 도메인으로 변경
1 parent 9740edc commit 57a3dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const nextConfig = withPWA({
3535
images: {
3636
domains: [
3737
'github.com',
38-
'billilge-resources.s3.us-west-2.amazonaws.com', // S3 이미지 도메인 추가
38+
'minio-api.billilge.site', // 파일서버 이미지 도메인 추가
3939
],
4040
dangerouslyAllowSVG: true,
4141
contentSecurityPolicy: "default-src 'self'; img-src 'self' data: https:;",

0 commit comments

Comments
 (0)