diff --git a/vercel.json b/vercel.json index 7617296..508208f 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "version": 2, "functions": { - "api/**/*.{j,t}s": { "runtime": "vercel-deno@0.4.4" } + "api/**/*.{j,t}s": { "runtime": "vercel-deno@0.6.0" } }, "redirects": [ { "source": "/", "destination": "https://github.com/hackclub/cdn"}