-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathvercel.json
48 lines (48 loc) · 1.62 KB
/
vercel.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"github": {
"enabled": false,
"silent": true
},
"redirects": [
{
"source": "/bug-report",
"destination": "https://github.com/FOSSBilling/FOSSBilling/issues/new?assignees=&labels=bug&template=bug_report.md&title=%5BBug%5D",
"permanent": true
},
{
"source": "/discord",
"destination": "https://discord.com/invite/bVjMZSgtbY",
"permanent": true
},
{
"source": "/donate",
"destination": "https://github.com/sponsors/FOSSBilling",
"permanent": true
},
{
"source": "/feature-request",
"destination": "https://github.com/FOSSBilling/FOSSBilling/issues/new?assignees=&labels=feature+request&template=feature_request.md&title=%5BFeature+Request%5D",
"permanent": true
},
{
"source": "/downloads/stable",
"destination": "https://github.com/FOSSBilling/FOSSBilling/releases/latest/download/FOSSBilling.zip",
"permanent": true
},
{
"source": "/downloads/preview",
"destination": "https://download.fossbilling.org/FOSSBilling-preview.zip",
"permanent": true
},
{
"source": "/docs/getting-started/cPanel",
"destination": "/docs/getting-started/shared",
"permanent": true
},
{
"source": "/docs/getting-started/plesk",
"destination": "/docs/getting-started/shared",
"permanent": true
}
]
}