mirror of
https://github.com/System-End/cdn.git
synced 2026-04-19 16:18:17 +00:00
Add root redirect
This commit is contained in:
parent
5b583162ff
commit
5e785e27c2
1 changed files with 4 additions and 1 deletions
|
|
@ -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"}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue