-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvercel.json
129 lines (129 loc) · 3.39 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"redirects": [
{
"source": "/privacy-policy/",
"destination": "/privacy/",
"permanent": true
},
{
"source": "/blog-init/",
"destination": "/blog/20200525-blog-init/",
"permanent": true
},
{
"source": "/hype-cycle-for-emerging-technologies-2021/",
"destination": "/blog/20210823-hype-cycle-for-emerging-technologies-2021/",
"permanent": true
},
{
"source": "/the-birth-of-bitcoin-and-blockchain/",
"destination": "/blog/20210901-the-birth-of-bitcoin-and-blockchain/",
"permanent": true
},
{
"source": "/creative-spark-eric-roth/",
"destination": "/blog/20211026-creative-spark-eric-roth/",
"permanent": true
},
{
"source": "/how-to-register-a-sol-domain/",
"destination": "/blog/20211104-how-to-register-a-sol-domain/",
"permanent": true
},
{
"source": "/on-meditation/",
"destination": "/blog/20211105-on-meditation/",
"permanent": true
},
{
"source": "/mild-und-leise/",
"destination": "/blog/20211108-mild-und-leise/",
"permanent": true
},
{
"source": "/back-in-the-big-smoke/",
"destination": "/blog/20211112-back-in-the-big-smoke/",
"permanent": true
},
{
"source": "/a-mind/",
"destination": "/blog/20211114-a-mind/",
"permanent": true
},
{
"source": "/ill/",
"destination": "/blog/20211201-ill/",
"permanent": true
},
{
"source": "/new-year-new-ambitions/",
"destination": "/blog/20220101-new-year-new-ambitions/",
"permanent": true
},
{
"source": "/vc-ama-with-eliot-durbin-boldstart-ventures/",
"destination": "/blog/20220129-vc-ama-with-eliot-durbin-boldstart-ventures/",
"permanent": true
},
{
"source": "/console/",
"destination": "/blog/20220226-console/",
"permanent": true
},
{
"source": "/git-stash/",
"destination": "/blog/20220305-git-stash/",
"permanent": true
},
{
"source": "/destructuring-react-props-with-typescript/",
"destination": "/blog/20220512-destructuring-react-props-with-typescript/",
"permanent": true
},
{
"source": "/typeorm-migrations-for-nestjs/",
"destination": "/blog/20220520-typeorm-migrations-for-nestjs/",
"permanent": true
},
{
"source": "/tmux-quickstart/",
"destination": "/blog/20220619-tmux-quickstart/",
"permanent": true
},
{
"source": "/vc-ama-with-eliot-durbin-boldstart-ventures/",
"destination": "/blog/20220129-vc-ama-with-eliot-durbin-boldstart-ventures/",
"permanent": true
},
{
"source": "/tmux-quickstart/",
"destination": "/blog/20220619-tmux-quickstart/",
"permanent": true
},
{
"source": "/week31-focusplan/",
"destination": "/blog/20220731-week31-focus/",
"permanent": true
},
{
"source": "/you-will-never-do-anything-remarkable/",
"destination": "/blog/",
"permanent": true
},
{
"source": "/redux-toolkit-rtk-query-snippets/",
"destination": "/blog/",
"permanent": false
},
{
"source": "/bookmarks-august-2021/",
"destination": "/blog/",
"permanent": true
},
{
"source": "/bookmarks-september-2021/",
"destination": "/blog/",
"permanent": true
}
]
}