Skip to content

Commit e8352f3

Browse files
committed
fix: cdn 도메인 수정
1 parent 32921eb commit e8352f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/ticket/next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const nextConfig: NextConfig = {
4141
// FIXME: 이미지 cdn 도메인으로 수정
4242
images: {
4343
domains: [
44-
"d3c0v2xj3fc363.cloudfront.net",
44+
process.env.NEXT_PUBLIC_CDN_DOMAIN as string,
4545
"avatars.githubusercontent.com",
4646
"scontent-icn2-1.cdninstagram.com",
4747
"images.unsplash.com",

0 commit comments

Comments
 (0)