Add root redirect

This commit is contained in:
Max Wofford 2020-07-29 21:47:04 -04:00
parent 5b583162ff
commit 5e785e27c2

View file

@ -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"}
]
}