-
Notifications
You must be signed in to change notification settings - Fork 1
/
vercel.json
97 lines (97 loc) · 2.4 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
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
{
"github": {
"silent": true
},
"redirects": [
{
"source": "/ly/:short",
"destination": "https://api.shorz.kir-dev.hu/ly/:short",
"permanent": true
},
{
"source": "/ntp2020",
"destination": "https://drive.google.com/drive/folders/1jWwyL4pQ-hrOpx5kygeUmbvfPx4EbLOI?usp=sharing",
"permanent": true
},
{
"source": "/ntp2021",
"destination": "https://drive.google.com/drive/folders/1sJCyQZgR-HhZQuak2u_qX3ff7l7Aqolf?usp=share_link",
"permanent": true
},
{
"source": "/ntp2022",
"destination": "https://drive.google.com/drive/folders/1YbacgrqUhZtVHSKJOHt8uf3PlZdZbkJY?usp=sharing",
"permanent": true
},
{
"source": "/szakmaihet2020/:path*",
"destination": "https://old.simonyi.bme.hu/szakmaihet2020/:path*",
"permanent": true
},
{
"source": "/tanfolyam/:path*",
"destination": "https://tanfolyam.simonyi.bme.hu/:path*",
"permanent": true
},
{
"source": "/bss/:path*",
"destination": "https://bsstudio.hu/:path*",
"permanent": true
},
{
"source": "/ac/:path*",
"destination": "https://acstudio.sch.bme.hu/:path*",
"permanent": true
},
{
"source": "/ha5kfu/:path*",
"destination": "https://ha5kfu.hu/:path*",
"permanent": true
},
{
"source": "/kir-dev/:path*",
"destination": "https://kir-dev.hu/:path*",
"permanent": true
},
{
"source": "/lego/:path*",
"destination": "https://legokor.hu/:path*",
"permanent": true
},
{
"source": "/schdesign/:path*",
"destination": "https://schdesign.hu/:path*",
"permanent": true
},
{
"source": "/sem/:path*",
"destination": "https://sem.sch.bme.hu/:path*",
"permanent": true
},
{
"source": "/spot/:path*",
"destination": "https://spot.sch.bme.hu/:path*",
"permanent": true
},
{
"source": "/berles",
"destination": "https://simonyi.bme.hu/hu/berles"
},
{
"source": "/termek",
"destination": "https://simonyi.bme.hu/hu/berles"
},
{
"source": "/eszkozok",
"destination": "https://simonyi.bme.hu/hu/berles"
},
{
"source": "/interkoll",
"destination": "https://shorz.kir-dev.hu/"
},
{
"source": "/konf",
"destination": "https://simonyi.bme.hu/ly/nqejO"
}
]
}