Skip to content

Commit

Permalink
Merge pull request #80 from DoTheZ-Team/GLUE-386-빌드-트리거
Browse files Browse the repository at this point in the history
GLUE-387 next.config 설정 추가
  • Loading branch information
Collection50 authored Jun 11, 2024
2 parents bc0fdb2 + 682f440 commit 008d392
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,10 @@ const nextConfig = {
return config;
},
images: {
domains: [
process.env.NEXT_PUBLIC_STICKER_URL,
process.env.NEXT_PUBLIC_IMAGE_URL,
'www.glueyourday.kro.kr',
],
remotePatterns: [
{
protocol: 'https',
hostname: process.env.NEXT_PUBLIC_IMAGE_URL,
port: '',
pathname: '/**',
},
{
protocol: 'https',
hostname: process.env.NEXT_PUBLIC_STICKER_URL,
port: '',
pathname: '/**',
},
{
protocol: 'http',
hostname: 'www.glueyourday.kro.kr',
port: '',
pathname: '/**',
hostname: '*',
},
],
},
Expand Down

0 comments on commit 008d392

Please sign in to comment.