next.js/test/production/app-dir/no-mangling/next.config.js
next.config.js12 lines171 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  experimental: {
    useCache: true,
    prerenderEarlyExit: false,
  },
}

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