fix(vercel): add version=2 to vercel.json so functions.runtime is recognized

This commit is contained in:
Gigi
2025-11-07 17:21:59 +01:00
parent c0cfd41e76
commit b0d30946eb

View File

@@ -1,4 +1,5 @@
{ {
"version": 2,
"functions": { "functions": {
"api/article-og.ts": { "api/article-og.ts": {
"runtime": "nodejs18.x", "runtime": "nodejs18.x",