fix: increase serverActions bodySizeLimit to 3mb for logo uploads
This commit is contained in:
@@ -4,6 +4,10 @@ const nextConfig: NextConfig = {
|
|||||||
experimental: {
|
experimental: {
|
||||||
optimizePackageImports: ["lucide-react", "@radix-ui/react-icons"],
|
optimizePackageImports: ["lucide-react", "@radix-ui/react-icons"],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
serverActions: {
|
||||||
|
bodySizeLimit: "3mb",
|
||||||
|
},
|
||||||
turbopack: {},
|
turbopack: {},
|
||||||
|
|
||||||
// TODO: re-enable once template files (chart.tsx, data-table-toolbar.tsx) are cleaned up.
|
// TODO: re-enable once template files (chart.tsx, data-table-toolbar.tsx) are cleaned up.
|
||||||
|
|||||||
Reference in New Issue
Block a user