next.js/test/e2e/app-dir/app-invalid-revalidate/next.config.js
next.config.js14 lines201 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  typescript: {
    ignoreBuildErrors: true,
  },
  experimental: {
    prerenderEarlyExit: false,
  },
}

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