Add functions to commission form
This commit is contained in:
@ -5,7 +5,12 @@ const nextConfig: NextConfig = {
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
experimental: {
|
||||
serverActions: {
|
||||
bodySizeLimit: '50mb',
|
||||
},
|
||||
},
|
||||
output: "standalone",
|
||||
};
|
||||
}
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user