Skip to content

Commit

Permalink
chore: next.config 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Collection50 committed Jun 11, 2024
1 parent 5fbf04b commit 682f440
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +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: '',
},
{
protocol: 'https',
hostname: process.env.NEXT_PUBLIC_STICKER_URL,
port: '',
},
{
protocol: 'http',
hostname: 'www.glueyourday.kro.kr',
port: '',
hostname: '*',
},
],
},
Expand Down

0 comments on commit 682f440

Please sign in to comment.