79441027

Date: 2025-02-15 05:53:04
Score: 0.5
Natty:
Report link

For next.js 15

/** @type {import('next').NextConfig} */
const nextConfig = {  
    experimental: {
        serverActions: {
            bodySizeLimit: '10mb',
        }
    }
};

module.exports = nextConfig;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: silkyland