cdn/vercel.json
2020-11-24 19:36:36 -05:00

11 lines
352 B
JSON

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