diff --git a/vercel.json b/vercel.json index 6cfe11e..7617296 100644 --- a/vercel.json +++ b/vercel.json @@ -2,5 +2,8 @@ "version": 2, "functions": { "api/**/*.{j,t}s": { "runtime": "vercel-deno@0.4.4" } - } + }, + "redirects": [ + { "source": "/", "destination": "https://github.com/hackclub/cdn"} + ] } \ No newline at end of file