-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvercel.json
54 lines (54 loc) · 1.68 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
{
"redirects": [
{
"source": "/distributed-async-await",
"destination": "https://resonatehqio.substack.com/p/distributed-async-await",
"permanent": true
},
{
"source": "/programming-model",
"destination": "https://resonatehqio.substack.com/p/programming-model",
"permanent": true
},
{
"source": "/beware-the-custom-queue",
"destination": "https://resonatehqio.substack.com/p/beware-the-custom-queue",
"permanent": true
},
{
"source": "/deterministic-simulation-testing",
"destination": "https://resonatehqio.substack.com/p/deterministic-simulation-testing",
"permanent": true
},
{
"source": "/async-await-mechanics",
"destination": "https://resonatehqio.substack.com/p/async-await-mechanics",
"permanent": true
},
{
"source": "/p-lang-for-oss-cloud-infastructure",
"destination": "https://resonatehqio.substack.com/p/p-lang-for-oss-cloud-infastructure",
"permanent": true
},
{
"source": "/recipes-basic-failure-handling",
"destination": "https://resonatehqio.substack.com/p/recipes-basic-failure-handling",
"permanent": true
},
{
"source": "/shipping-faster-with-assertions",
"destination": "https://resonatehqio.substack.com/p/shipping-faster-with-assertions",
"permanent": true
},
{
"source": "/invocation-handle-in-resonate",
"destination": "https://resonatehqio.substack.com/p/invocation-handle-in-resonate",
"permanent": true
},
{
"source": "/dst-finds-a-bug",
"destination": "https://resonatehqio.substack.com/p/dst-finds-a-bug",
"permanent": true
}
]
}