Upload at 2026-01-01T08:47:21Z
This commit is contained in:
13
vercel.json
Normal file
13
vercel.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"functions": {
|
||||
"src/app/api/*/route.ts": {
|
||||
"maxDuration": 30
|
||||
}
|
||||
},
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/api/:path*",
|
||||
"destination": "/api/:path*"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user