add fileUpload functions
This commit is contained in:
+5
-1
@@ -2,7 +2,11 @@ import type { NextConfig } from "next";
|
||||
import createNextIntlPlugin from 'next-intl/plugin';
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* output: 'export' */
|
||||
experimental: {
|
||||
serverActions: {
|
||||
bodySizeLimit: '6mb',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
const withNextIntl = createNextIntlPlugin();
|
||||
|
||||
Reference in New Issue
Block a user