-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathvercel.json
More file actions
29 lines (29 loc) · 814 Bytes
/
vercel.json
File metadata and controls
29 lines (29 loc) · 814 Bytes
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
{
"redirects": [
{
"source": "/tbc/upstream-proxying-and-caching",
"destination": "https://docs.cloudsmith.com/repositories/upstreams",
"permanent": true
},
{
"source": "/supply-chain-security/malware-scanning",
"destination": "https://docs.cloudsmith.com/supply-chain-security/malware-detection",
"permanent": true
},
{
"source": "/proxy-agent",
"destination": "https://docs.cloudsmith.com/repositories/upstreams/proxy-agent",
"permanent": true
},
{
"source": "/bug-bounty-program",
"destination": "https://docs.cloudsmith.com/resources/bug-bounty-program",
"permanent": true
},
{
"source": "/troubleshooting",
"destination": "/resources/troubleshooting",
"permanent": true
}
]
}