transcript
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
import type { NextConfig } from "next";
|
||||
import { NextConfig } from 'next';
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
experimental: {
|
||||
serverActions: {
|
||||
bodySizeLimit: '10mb', // Adjust the size limit as needed
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user