Skip to content

Commit

Permalink
images route
Browse files Browse the repository at this point in the history
  • Loading branch information
mluena committed Jul 3, 2024
1 parent 004f7eb commit f94e8d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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',
},
],
},
async redirects() {
return [
Expand Down

0 comments on commit f94e8d3

Please sign in to comment.