-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathvercel.json
41 lines (41 loc) · 1013 Bytes
/
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
{
"github": {
"silent": true
},
"rewrites": [
{
"source": "/i/win",
"destination": "https://raw.githubusercontent.com/useverto/trading-post/master/install/windows.ps1"
},
{
"source": "/i/mac",
"destination": "https://raw.githubusercontent.com/useverto/trading-post/master/install/mac.sh"
},
{
"source": "/i/linux",
"destination": "https://raw.githubusercontent.com/useverto/trading-post/master/install/linux.sh"
},
{
"source": "/chat",
"destination": "https://discord.gg/sNgJkMg"
},
{
"source": "/link",
"destination": "https://arweave.net/CodqSDWXY5CALyMf9oFLCtTDRYdW4lV9X9O7j-73g1U"
},
{
"source": "/(.*)",
"destination": "/"
}
],
"redirects": [
{
"source": "/roadmap",
"destination": "https://www.notion.so/verto/48f99dfb0ba744f5b5257185f53ad7c4"
},
{
"source": "/feedback",
"destination": "https://forms.gle/m3TJDfg1HRpV994Y8"
}
]
}