minor changes

This commit is contained in:
Ludwig Lehnert
2026-03-28 08:25:34 +01:00
parent 085d5e26cf
commit 12e4bcddc6
5 changed files with 18 additions and 27 deletions

View File

@@ -9,6 +9,7 @@ const nextConfig = {
assetPrefix: managementPath,
poweredByHeader: false,
experimental: {
proxyClientMaxBodySize: actionBodySizeLimit,
serverActions: {
bodySizeLimit: actionBodySizeLimit,
},