change body size limit
This commit is contained in:
parent
b840172946
commit
8131234f0e
|
|
@ -7,6 +7,11 @@ const __filename = fileURLToPath(import.meta.url)
|
|||
const dirname = path.dirname(__filename)
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
experimental: {
|
||||
serverActions: {
|
||||
bodySizeLimit: '100mb',
|
||||
},
|
||||
},
|
||||
images: {
|
||||
localPatterns: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue