next.js/test/e2e/app-dir/cache-components-request-apis/fixtures/reject-hanging-promises-dynamic/next.config.js
next.config.js10 lines168 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  cacheComponents: true,
  experimental: { serverMinification: true },
}

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