forked from MarketDataApp/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvercel.json
More file actions
60 lines (60 loc) · 1.26 KB
/
vercel.json
File metadata and controls
60 lines (60 loc) · 1.26 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
{
"rewrites": [
{
"source": "/docs/sdk/",
"destination": "/docs/sdk"
},
{
"source": "/docs-staging/sdk/",
"destination": "/docs-staging/sdk"
},
{
"source": "/docs/api/",
"destination": "/docs/api"
},
{
"source": "/docs-staging/api/",
"destination": "/docs-staging/api"
},
{
"source": "/docs/account/",
"destination": "/docs/account"
},
{
"source": "/docs-staging/account/",
"destination": "/docs-staging/account"
},
{
"source": "/docs/sheets/",
"destination": "/docs/sheets"
},
{
"source": "/docs-staging/sheets/",
"destination": "/docs-staging/sheets"
},
{
"source": "/docs-staging/sdk-php/",
"destination": "/sdk-php/index.html"
},
{
"source": "/docs/sdk-php/",
"destination": "/sdk-php/index.html"
},
{
"source": "/docs-staging/:subdir*",
"destination": "https://docs-staging.marketdata.app/:subdir*"
},
{
"source": "/docs/:subdir*",
"destination": "https://docs.marketdata.app/:subdir*"
},
{
"source": "/robots.txt",
"destination": "/static/robots.txt"
},
{
"source": "/(.*)",
"destination": "/"
}
]
}