mirror of
https://github.com/System-End/cdn.git
synced 2026-04-19 23:22:53 +00:00
10 lines
No EOL
257 B
JSON
10 lines
No EOL
257 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", "permanent": false }
|
|
]
|
|
} |