Skip to content

Commit

Permalink
option to disable image optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespohalloran committed Aug 4, 2023
1 parent ec03a10 commit ac3f518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const dummyMailchimpEndpoint =

const config = {
images: {
unoptimized: process.env.UNOPTIMIZED_IMAGES === 'true',
remotePatterns: [
{
protocol: 'https',
Expand Down

0 comments on commit ac3f518

Please sign in to comment.