Skip to content

Commit

Permalink
Fix remote images
Browse files Browse the repository at this point in the history
  • Loading branch information
gideontong committed Sep 20, 2023
1 parent 7df262c commit e046fdf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ const nextConfig = {
hostname: '*.s3.amazonaws.com',
port: '',
pathname: '/**'
},
{
protocol: 'https',
hostname: 'cdn.shopify.com',
port: '',
pathname: '/**'
},
{
protocol: 'https',
hostname: 'portal.ehawaii.gov',
port: '',
pathname: '/**'
}
]
}
Expand Down

1 comment on commit e046fdf

@vercel
Copy link

@vercel vercel bot commented on e046fdf Sep 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.