-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvercel.json
52 lines (52 loc) · 1.32 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
{
"redirects": [
{
"source": "/youtube",
"destination": "https://www.youtube.com/channel/UCvMg7whAhSHpoL04E96fe5Q?sub_confirmation=1"
},
{
"source": "/instagram",
"destination": "https://www.instagram.com/alvaaz/"
},
{
"source": "/twitter",
"destination": "https://www.twitter.com/alvaaz/"
},
{
"source": "/linkedin",
"destination": "https://www.linkedin.com/in/alvarogoede/"
},
{
"source": "/github",
"destination": "https://github.com/alvaaz"
},
{
"source": "/agenda",
"destination": "https://calendar.google.com/calendar/appointments/schedules/AcZssZ1NQwpGnQobfoYzPbjcaSZjg6OTNl2wnhqjlEFQ8FanBUBbCuZaelJQo9SCcpwn4spC68jzc4jO"
},
{
"source": "/usm",
"destination": "https://github.com/alvaaz/clase-11-react-diseno/tree/main"
},
{
"source": "/resume",
"destination": "/resume.pdf"
},
{
"source": "/usm-slides",
"destination": "/slides-clase11.pdf"
},
{
"source": "/getmeurl",
"destination": "https://getmeurl.vercel.app"
},
{
"source": "/80s",
"destination": "https://open.spotify.com/playlist/5Xvwl5u4Ffae9RtxJUxs7R?si=bd6bb7f0646147eb"
},
{
"source": "/tailwind",
"destination": "/tailwind.pdf"
}
]
}