a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

increase server action body size limit

+3
+3
next.config.js
··· 9 9 }, 10 10 experimental: { 11 11 instrumentationHook: true, 12 + serverActions: { 13 + bodySizeLimit: "3mb", 14 + }, 12 15 }, 13 16 }; 14 17