Skip to content

Commit

Permalink
images route next config
Browse files Browse the repository at this point in the history
  • Loading branch information
mluena committed Aug 2, 2024
1 parent ed44bb5 commit ce34ce9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ const nextConfig = {
protocol: 'https',
hostname: 'climation-staging.afocosec.org',
},
{
protocol: 'https',
hostname: 'afoco-staging-assets.s3.ap-northeast-2.amazonaws.com',
},
],
},
async redirects() {
Expand Down

0 comments on commit ce34ce9

Please sign in to comment.