We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32921eb commit e8352f3Copy full SHA for e8352f3
1 file changed
apps/ticket/next.config.ts
@@ -41,7 +41,7 @@ const nextConfig: NextConfig = {
41
// FIXME: 이미지 cdn 도메인으로 수정
42
images: {
43
domains: [
44
- "d3c0v2xj3fc363.cloudfront.net",
+ process.env.NEXT_PUBLIC_CDN_DOMAIN as string,
45
"avatars.githubusercontent.com",
46
"scontent-icn2-1.cdninstagram.com",
47
"images.unsplash.com",
0 commit comments