From be7b6c2cfbf4139a4a42f19c8fb8e6c692429faf Mon Sep 17 00:00:00 2001 From: Gigi Date: Fri, 7 Nov 2025 17:15:30 +0100 Subject: [PATCH] chore(vercel): pin Node runtime and increase maxDuration for article OG function --- vercel.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vercel.json b/vercel.json index 891d4ef1..8e650c31 100644 --- a/vercel.json +++ b/vercel.json @@ -1,4 +1,10 @@ { + "functions": { + "api/article-og.ts": { + "runtime": "nodejs18.x", + "maxDuration": 10 + } + }, "rewrites": [ { "source": "/a/:naddr",