next.js/test/production/app-dir/actions/next.config.js
next.config.js12 lines226 B
/** @type {import('next').NextConfig} */
module.exports = {
  productionBrowserSourceMaps: true,
  logging: {
    fetches: {},
  },
  experimental: {
    serverActions: { bodySizeLimit: '2mb' },
  },
  output: 'standalone',
}
Quest for Codev2.0.0
/
SIGN IN