Skip to content

Commit 56500be

Browse files
authored
Merge pull request #49 from BunnyWay/sj/DASH-3239-outerbase-increase-next-config-limit
DASH-3239 feat(Outerbase): Increase body size limit on next.js for outerbase to 10mb
2 parents 60ca889 + 2b2ec40 commit 56500be

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

next.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ const pkg = require("./package.json");
55
/** @type {import('next').NextConfig} */
66
const nextConfig = {
77
output: "standalone",
8+
experimental: {
9+
serverActions: {
10+
bodySizeLimit: "10mb",
11+
},
12+
},
813
reactStrictMode: false,
914
pageExtensions: ["js", "jsx", "mdx", "ts", "tsx"],
1015
env: {

0 commit comments

Comments
 (0)