This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
/
vercel.json
57 lines (57 loc) · 1.81 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
49
50
51
52
53
54
55
56
57
{
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "Referrer-Policy",
"value": "origin-when-cross-origin"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=2592000"
}
]
}
],
"redirects": [
{
"source": "/tutorials/quick-start-staking-validator",
"destination": "https://medium.com/darwinianetwork/using-darwinia-tools-3-11-darwinia-apps-guide-part-iv-how-to-become-a-validator-5f1503f8dd77",
"permanent": false
},
{
"source": "/get-started/wiki-faq",
"destination": "https://medium.com/darwinianetwork/using-darwinia-tools-3-10-darwinia-apps-guide-part-iii-frequently-asked-questions-faqs-4dddf1b46ed2",
"permanent": false
},
{
"source": "/tutorials/wiki-tut-node",
"destination": "https://medium.com/darwinianetwork/understanding-darwinia-bridge-1-7-a-hands-on-guide-on-how-to-run-a-bridger-node-ii-2e602fc40e5",
"permanent": false
},
{
"source": "/tech",
"destination": "https://medium.com/darwinianetwork/understanding-darwinia-1-9-darwinia-lcmp-a-light-client-based-cross-chain-messaging-protocol-10f8740ac2ba",
"permanent": false
},
{
"source": "/tutorials/wiki-tut-wormhole",
"destination": "https://medium.com/darwinianetwork/using-darwinia-tools-3-1-wormhole-user-guide-35de43cff9e9",
"permanent": false
},
{
"source": "/tutorials/wiki-tut-smart-app",
"destination": "https://medium.com/darwinianetwork/using-darwinia-tools-3-3-smart-app-user-guide-c029db71102e",
"permanent": false
}
]
}