Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
James M. Greene authored and GitHub committed Nov 18, 2022
1 parent 5cb7781 commit 97fb350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/set-pages-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ function getConfigParserSettings({ staticSiteGenerator, generatorConfigFile, sit
// Disable server side image optimization too
// https://nextjs.org/docs/api-reference/next/image#unoptimized
'experimental.images.unoptimized': true,
// No longer experimental as of Next.js v12.3.0
'images.unoptimized': true
}
}
Expand Down

0 comments on commit 97fb350

Please sign in to comment.