cdn/vercel.json
2023-02-25 09:36:38 +08:00

11 lines
351 B
JSON

{
"version": 2,
"functions": {
"api/**/*.[jt]s": { "runtime": "vercel-deno@3.0.0" }
},
"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 }
]
}