From ce42cdd7daffa74ccf7fa6b89e05f58480097c1b Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Wed, 29 Jul 2020 21:51:37 -0400 Subject: [PATCH] Turn it back down --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 508208f..7617296 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "version": 2, "functions": { - "api/**/*.{j,t}s": { "runtime": "vercel-deno@0.6.0" } + "api/**/*.{j,t}s": { "runtime": "vercel-deno@0.4.4" } }, "redirects": [ { "source": "/", "destination": "https://github.com/hackclub/cdn"}