-
Notifications
You must be signed in to change notification settings - Fork 4
/
vercel.json
48 lines (48 loc) · 1.59 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
{
"redirects": [
{
"source": "/linting-your-react\\+typescript-project-with-eslint-and-prettier",
"destination": "/linting-your-react-typescript-project-with-eslint-and-prettier"
},
{
"source": "/be-the-perfect-teammate",
"destination": "/posts/be-the-perfect-teammate"
},
{
"source": "/building-a-personal-blog",
"destination": "/posts/building-a-personal-blog"
},
{
"source": "/continuous-integration-with-github-actions-and-puppeteer",
"destination": "/posts/continuous-integration-with-github-actions-and-puppeteer"
},
{
"source": "/creating-github-actions",
"destination": "/posts/creating-github-actions"
},
{
"source": "/guarded-city-with-no-defensive-wall-typescript",
"destination": "/posts/guarded-city-with-no-defensive-wall-typescript"
},
{
"source": "/avoid-impossible-state-with-typescript",
"destination": "/posts/avoid-impossible-state-with-typescript"
},
{
"source": "/create-react-infinite-scroll-hook",
"destination": "/posts/infinite-scroll-hook"
},
{
"source": "/linting-your-react-typescript-project-with-eslint-and-prettier",
"destination": "/posts/linting-your-react-typescript-project-with-eslint-and-prettier"
},
{
"source": "/themes-using-css-variables-and-react-context",
"destination": "/posts/themes-using-css-variables-and-react-context"
},
{
"source": "/why-i-stopped-writing-jest-snapshot-tests",
"destination": "/posts/why-i-stopped-writing-jest-snapshot-tests"
}
]
}