There was an error while loading. Please reload this page.
2 parents 60ca889 + 2b2ec40 commit 56500beCopy full SHA for 56500be
1 file changed
next.config.js
@@ -5,6 +5,11 @@ const pkg = require("./package.json");
5
/** @type {import('next').NextConfig} */
6
const nextConfig = {
7
output: "standalone",
8
+ experimental: {
9
+ serverActions: {
10
+ bodySizeLimit: "10mb",
11
+ },
12
13
reactStrictMode: false,
14
pageExtensions: ["js", "jsx", "mdx", "ts", "tsx"],
15
env: {
0 commit comments