diff --git a/next.config.ts b/next.config.ts index db244d5..f634db9 100644 --- a/next.config.ts +++ b/next.config.ts @@ -7,6 +7,11 @@ const __filename = fileURLToPath(import.meta.url) const dirname = path.dirname(__filename) const nextConfig: NextConfig = { + experimental: { + serverActions: { + bodySizeLimit: '100mb', + }, + }, images: { localPatterns: [ {