next.js/test/e2e/app-dir/middleware-rsc-external-rewrite/next.config.js
next.config.js13 lines166 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  experimental: {
    logging: {
      level: 'verbose',
    },
  },
}

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