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 dirname = path.dirname(__filename)
|
||||||
|
|
||||||
const nextConfig: NextConfig = {
|
const nextConfig: NextConfig = {
|
||||||
|
experimental: {
|
||||||
|
serverActions: {
|
||||||
|
bodySizeLimit: '100mb',
|
||||||
|
},
|
||||||
|
},
|
||||||
images: {
|
images: {
|
||||||
localPatterns: [
|
localPatterns: [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue