mirror of
https://gitbruv.vercel.app/api/git/bruv/gitbruv.git
synced 2025-12-20 23:24:09 +01:00
fix
This commit is contained in:
parent
cc62c24929
commit
2a92cf6f0a
2 changed files with 1 additions and 17 deletions
|
|
@ -4,7 +4,7 @@ const nextConfig: NextConfig = {
|
|||
experimental: {
|
||||
useCache: true,
|
||||
serverActions: {
|
||||
bodySizeLimit: "999mb",
|
||||
bodySizeLimit: "2mb",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
16
vercel.json
16
vercel.json
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"functions": {
|
||||
"app/api/git/*/route.ts": {
|
||||
"maxDuration": 120,
|
||||
"memory": 1024
|
||||
}
|
||||
},
|
||||
"routes": [
|
||||
{
|
||||
"src": "/api/git/(.*)",
|
||||
"headers": {
|
||||
"x-vercel-max-body-length": "104857600"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue