-
Notifications
You must be signed in to change notification settings - Fork 0
/
vercel.json
44 lines (44 loc) · 1.15 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
{
"redirects": [
{
"source": "/about",
"destination": "/brand"
},
{
"source": "/about/",
"destination": "/brand"
},
{
"source": "/career/:title",
"destination": "/articles/career/:title"
},
{
"source": "/book/:title",
"destination": "/articles/essay/:title"
},
{
"source": "/essay/:title",
"destination": "/articles/essay/:title"
},
{
"source": "/web/:title",
"destination": "/articles/web/:title"
},
{
"source": "/react/error-declarative-handling-0/",
"destination": "/articles/react/효율적인%20프런트엔드%20에러%20핸들링"
},
{
"source": "/react/error-declarative-handling-1/",
"destination": "/articles/react/React에서%20선언적으로%20비동기%20다루기"
},
{
"source": "/react/error-declarative-handling-2/",
"destination": "/articles/react/클라이언트의%20사용자%20중심%20예외%20처리"
},
{
"source": "/react/error-declarative-handling-3/",
"destination": "/articles/react/선언적으로%20에러%20상황%20제어하기"
}
]
}