Skip to content

Commit

Permalink
Merge pull request #142 from Vizzuality/routes
Browse files Browse the repository at this point in the history
Routes
  • Loading branch information
mluena authored Aug 2, 2024
2 parents 509444f + 35c6034 commit 3d6b72f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion client/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@ 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'],
remotePatterns: [
{
protocol: 'https',
hostname: 'climation-staging.afocosec.org',
},
{
protocol: 'https',
hostname: 'afoco-staging-assets.s3.ap-northeast-2.amazonaws.com',
},
{
protocol: 'https',
hostname: 'afoco-production-assets.s3.ap-northeast-2.amazonaws.com',
},
],
},
async redirects() {
Expand Down

0 comments on commit 3d6b72f

Please sign in to comment.