-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvercel.json
More file actions
109 lines (109 loc) · 3.24 KB
/
vercel.json
File metadata and controls
109 lines (109 loc) · 3.24 KB
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
{
"version": 2,
"name": "codear-site",
"alias": [
"codear.org"
],
"redirects": [
{
"source": "/downloads/Anuario_Codear_2020.pdf",
"destination": "https://cdn.codear.org/yearbook-2020/pdf/Anuario_Codear_2020.pdf"
},
{
"source": "/honduras",
"destination": "https://donaronline.org/codear-comunidad-de-desarrolladores-de-argentina/ayudemos-a-honduras"
},
{
"source": "/hacktoberfest",
"destination": "https://www.youtube.com/watch?v=lsgIXVhnLuQ"
},
{
"source": "/hacktoberfest/coc",
"destination": "https://docs.google.com/document/d/1HTHDu1YwzYGNergvJ7WnDW6Db_uXy6gNXUouLNHhtF0/edit"
},
{
"source": "/media-kit/brandbook",
"destination": "https://drive.google.com/open?id=17A1wuAZ5AjBT_rg0XeJ0RCcbQI6rwL7s"
},
{
"source": "/submissions/tcsp",
"destination": "https://forms.gle/meyrvYJ4MAsBSG8v9"
},
{
"source": "/submissions/casm",
"destination": "https://forms.gle/XcjkJ4anpks9LUKT7"
},
{
"source": "/surveys/online-teaching",
"destination": "https://forms.gle/xXfgPt2N7pTdebBw8"
},
{
"source": "/menu",
"destination": "https://linktr.ee/codear"
},
{
"source": "/encuentros",
"destination": "https://www.youtube.com/playlist?list=PLOSm8YmXdTygCZnhvEVW5EO5tbwjLbUlc"
},
{
"source": "/encuentros/convocatoria",
"destination": "https://forms.gle/N19r6fMP84aizj4g9"
},
{
"source": "/encuentros/25/03/2020",
"destination": "https://www.youtube.com/watch?v=cNO0KWdHuWI"
},
{
"source": "/encuentros/31/03/2020",
"destination": "https://www.youtube.com/watch?v=_Iuzz2VynXc"
},
{
"source": "/encuentros/08/04/2020",
"destination": "https://www.youtube.com/watch?v=n4xlSPketQ8"
},
{
"source": "/encuentros/15/04/2020",
"destination": "https://www.youtube.com/watch?v=yQp0sfUlAKQ"
},
{
"source": "/encuentros/18/04/2020",
"destination": "https://www.youtube.com/watch?v=rlajAxdkOiY"
},
{
"source": "/encuentros/21/04/2020",
"destination": "https://www.youtube.com/watch?v=mqHr3e22lVU"
},
{
"source": "/grupos/educacion-online",
"destination": "https://chat.whatsapp.com/JBo1iG5qZS8GT8asqffNja"
},
{
"source": "/grupos/emprendedorismo",
"destination": "https://chat.whatsapp.com/KSGPd8suMmU9HJHTAauREQ"
},
{
"source": "/donaciones/educacion",
"destination": "https://donaronline.org/codear-comunidad-de-desarrolladores-de-argentina/colaboremos-juntos-en-la-transformacion-de-la-educacion"
},
{
"source": "/donar",
"destination": "https://donaronline.org/codear-comunidad-de-desarrolladores-de-argentina/suma-tu-apoyo-a-la-comunidad-de-desarrolladores-de-argentina"
},
{
"source": "/accedes",
"destination": "https://github.com/somoscodear/subtitulos/tree/master/README.md"
},
{
"source": "/edupunto",
"destination": "https://forms.gle/N8yuHJLTk5iW18B86"
},
{
"source": "/awards2020",
"destination": "https://forms.gle/nfb9TC8rjmfTPtjV6"
},
{
"source": "/cafecito",
"destination": "https://cafecito.app.codear"
}
]
}