Add image upload and edit functions
This commit is contained in:
@ -4,4 +4,12 @@ const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
experimental: {
|
||||
serverActions: {
|
||||
bodySizeLimit: '5mb',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user