-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnow.json
15 lines (15 loc) · 958 Bytes
/
now.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"version": 2,
"name": "bastion",
"alias": "bastion.now.sh",
"routes": [
{ "src": "/support", "status": 301, "headers": { "Location": "https://discord.gg/fzx8fkt" } },
{ "src": "/discord", "status": 301, "headers": { "Location": "https://discord.gg/fzx8fkt" } },
{ "src": "/invite", "status": 301, "headers": { "Location": "https://discordapp.com/oauth2/authorize?client_id=267035345537728512&scope=bot&permissions=8" } },
{ "src": "/github", "status": 301, "headers": { "Location": "https://github.com/TheBastionBot" } },
{ "src": "/gitlab", "status": 301, "headers": { "Location": "https://gitlab.com/TheBastionBot" } },
{ "src": "/twitter", "status": 301, "headers": { "Location": "https://twitter.com/TheBastionBot" } },
{ "src": "/reddit", "status": 301, "headers": { "Location": "https://reddit.com/r/TheBastionBot" } },
{ "src": "/*", "status": 301, "headers": { "Location": "https://bastionbot.org" } }
]
}