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 10, 2024
1 parent cf09ef4 commit 0b49ce5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,21 @@ const nextConfig = {
remotePatterns: [
{
protocol: 'https',
hostname: process.env.NEXT_PUBLIC_STICKER_URL,
hostname: process.env.NEXT_PUBLIC_IMAGE_URL,
port: '',
pathname: '/**',
},
{
protocol: 'https',
hostname: process.env.NEXT_PUBLIC_IMAGE_URL,
hostname: process.env.NEXT_PUBLIC_STICKER_URL,
port: '',
pathname: '/**',
},
{
protocol: 'http',
hostname: 'www.glueyourday.kro.kr',
port: '',
pathname: '/**',
},
],
},
Expand Down

0 comments on commit 0b49ce5

Please sign in to comment.