mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 12:25:23 +02:00
fix(vercel): simplify vercel.json to resolve runtime version error
This commit is contained in:
+3
-5
@@ -1,7 +1,5 @@
|
||||
{
|
||||
"functions": {
|
||||
"api/dropbox-proxy.js": {
|
||||
"runtime": "nodejs20.x"
|
||||
}
|
||||
}
|
||||
"rewrites": [
|
||||
{ "source": "/api/dropbox-proxy", "destination": "api/dropbox-proxy.js" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user