cdn/vercel.json
2020-07-29 21:47:04 -04:00

9 lines
No EOL
182 B
JSON

{
"version": 2,
"functions": {
"api/**/*.{j,t}s": { "runtime": "vercel-deno@0.4.4" }
},
"redirects": [
{ "source": "/", "destination": "https://github.com/hackclub/cdn"}
]
}