Skip to content

Commit

Permalink
Merge pull request #136 from Vizzuality/feature/images-routes
Browse files Browse the repository at this point in the history
images route
  • Loading branch information
mluena authored Jul 3, 2024
2 parents 004f7eb + 9f168da commit e3a4879
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion client/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ import('./src/env.mjs');
const nextConfig = {
transpilePackages: ['@serverless-app-scaffold/types', 'lucide-react', 'hi'],
images: {
domains: ['api.mapbox.com', 'afoco-staging-assets.s3.ap-northeast-2.amazonaws.com'],
domains: [
'api.mapbox.com',
'afoco-staging-assets.s3.ap-northeast-2.amazonaws.com',
'https://climation-staging.afocosec.org',
],
},
async redirects() {
return [
Expand Down

0 comments on commit e3a4879

Please sign in to comment.