luighifeodrippe
Results
1
comments of
luighifeodrippe
This simple line of code will solve the problem: `unoptimized: true` or Update your next.config.js to the following code: ``` const withBundleAnalyzer = require("@next/bundle-analyzer")({ enabled: process.env.ANALYZE === "true" }) const...