next.js/packages/next-codemod/transforms/__testfixtures__/middleware-to-proxy/next-config-function-arrow.output.ts
next-config-function-arrow.output.ts12 lines267 B
import type { NextConfig } from 'next'

const nextConfig = (): NextConfig => ({
  experimental: {
    proxyPrefetch: 'strict',
    proxyClientMaxBodySize: '5mb',
    externalProxyRewritesResolve: true,
  },
  skipProxyUrlNormalize: true,
})

export default nextConfig
Quest for Codev2.0.0
/
SIGN IN