diff --git a/myfavstuff/next.config.js b/myfavstuff/next.config.js index a3e47d1..3a81f8b 100644 --- a/myfavstuff/next.config.js +++ b/myfavstuff/next.config.js @@ -6,6 +6,11 @@ const nextConfig = { images: { // domains: ['example.com'], // Add your image domains here if needed }, + + serverActions: { + bodySizeLimit: '10mb', // Or your desired limit, e.g., '5mb', '20mb' + }, + // Add any other configurations needed reactStrictMode: true,