next.js/test/e2e/app-dir/instant-validation-static-shells/fixtures/invalid-blocking-page-below-static/next.config.ts
next.config.ts15 lines268 B
import type { NextConfig } from 'next'

const nextConfig: NextConfig = {
  cacheComponents: true,
  productionBrowserSourceMaps: true,
  experimental: {
    prerenderEarlyExit: false,
  },
  typescript: {
    ignoreBuildErrors: true,
  },
}

export default nextConfig
Quest for Codev2.0.0
/
SIGN IN