Skip to content

Commit

Permalink
Increased server action limit
Browse files Browse the repository at this point in the history
  • Loading branch information
beabravedude committed Feb 3, 2025
1 parent 40be27d commit 1cc89fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const nextConfig: NextConfig = {
serverExternalPackages: ['mjml'],
experimental: {
serverActions: {
bodySizeLimit: '5MB',
bodySizeLimit: '10MB',
},
},
output: 'standalone',
Expand Down

0 comments on commit 1cc89fa

Please sign in to comment.