Skip to content

Commit

Permalink
fix: disable optimization for the entire image file
Browse files Browse the repository at this point in the history
Due to heavy netlify ipx usage 

Signed-off-by: Rengga Prakoso Nugroho <[email protected]>
  • Loading branch information
vzrenggamani authored May 27, 2023
1 parent cb901eb commit e54e67a
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 @@ -23,6 +23,7 @@ const withBundleAnalyzer = require("@next/bundle-analyzer")({
const nextConfig = {
reactStrictMode: true,
images: {
unoptimized: true,
remotePatterns: [
{
protocol: "https",
Expand Down

0 comments on commit e54e67a

Please sign in to comment.