next.js/test/production/app-dir/deopted-into-client-rendering-warning/next.config.js
next.config.js11 lines147 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  typescript: {
    ignoreBuildErrors: true,
  },
}

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