next.js/test/production/app-dir-hide-suppressed-error-during-next-export/next.config.js
next.config.js9 lines147 B
/** @type {import("next").NextConfig} */
const nextConfig = {
  experimental: {
    prerenderEarlyExit: false,
  },
}

module.exports = nextConfig
Quest for Codev2.0.0
/
SIGN IN