mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-01-26 16:39:47 +00:00
Fixed an issue with the new version of nextjs with client body size
This commit is contained in:
@@ -12,6 +12,7 @@ const nextConfig: NextConfig = {
|
|||||||
serverActions: {
|
serverActions: {
|
||||||
bodySizeLimit: '100mb',
|
bodySizeLimit: '100mb',
|
||||||
},
|
},
|
||||||
|
middlewareClientMaxBodySize: '100mb',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
VERSION = "0.7.10"
|
VERSION = "0.7.11"
|
||||||
|
|||||||
Reference in New Issue
Block a user