forked from datocms/nextjs-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvercel.json
44 lines (44 loc) · 1.21 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": "/avatars",
"destination": "https://drive.google.com/drive/folders/1bzMR_tG3Ce63WbvcOyI53X65OOk5k0Ic?usp=sharing",
"permanent": true
},
{
"source": "/CV.pdf",
"destination": "/cv.pdf",
"permanent": true
},
{
"source": "/mriia-tiktok",
"destination": "https://www.tiktok.com/@mriia.events/video/7391289710510951712",
"permanent": true
},
{
"source": "/easy2go-dou",
"destination": "https://dou.ua/lenta/articles/dou-projector-easy2go/",
"permanent": true
},
{
"source": "/bigcityevent-ain",
"destination": "https://ain.ua/ru/2016/08/04/ukraincy-zapustili-sajt-afishu-kieva-kotoryj-pokazyvaet-v-tom-chisle-iventy-iz-facebook/",
"permanent": true
},
{
"source": "/street-interview-example-1",
"destination": "https://vm.tiktok.com/ZMk465bkH/",
"permanent": true
},
{
"source": "/street-interview-example-2",
"destination": "https://vm.tiktok.com/ZMk46te9J/",
"permanent": true
},
{
"source": "/as",
"destination": "https://www.microsoft.com/en-us/p/account-surfer/9phvp9rjr7r7",
"permanent": true
}
]
}