diff --git a/next.config.js b/next.config.js index 8edd8f9..4fb5727 100644 --- a/next.config.js +++ b/next.config.js @@ -5,6 +5,11 @@ const pkg = require("./package.json"); /** @type {import('next').NextConfig} */ const nextConfig = { output: "standalone", + experimental: { + serverActions: { + bodySizeLimit: "10mb", + }, + }, reactStrictMode: false, pageExtensions: ["js", "jsx", "mdx", "ts", "tsx"], env: {