Skip to content

Commit e69ef06

Browse files
committed
increased file size for image upload to 10MB
1 parent 656f292 commit e69ef06

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

next.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
import type { NextConfig } from "next";
22

33
const nextConfig: NextConfig = {
4-
/* config options here */
4+
experimental: {
5+
serverActions: {
6+
bodySizeLimit: "10mb",
7+
},
8+
},
59
};
610

711
export default nextConfig;

0 commit comments

Comments
 (0)