This repository has been archived by the owner on May 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
vercel.json
103 lines (102 loc) · 2.28 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
98
99
100
101
102
103
{
"github": {
"silent": true
},
"redirects": [
{
"source": "/ntp2020/:path*",
"destination": "https://old.simonyi.bme.hu/ntp2020/:path*",
"permanent": true
},
{
"source": "/ntp2021/:path*",
"destination": "https://old.simonyi.bme.hu/ntp2021/:path*",
"permanent": true
},
{
"source": "/docs/:path*",
"destination": "https://old.simonyi.bme.hu/docs/:path*",
"permanent": true
},
{
"source": "/blog/:path*",
"destination": "https://old.simonyi.bme.hu/blog/:path*",
"permanent": true
},
{
"source": "/drive/:path*",
"destination": "https://old.simonyi.bme.hu/drive/:path*",
"permanent": true
},
{
"source": "/szakmaihet/:path*",
"destination": "https://old.simonyi.bme.hu/szakmaihet/:path*",
"permanent": true
},
{
"source": "/szakmaihet2020/:path*",
"destination": "https://old.simonyi.bme.hu/szakmaihet2020/:path*",
"permanent": true
},
{
"source": "/tankor/:path*",
"destination": "https://old.simonyi.bme.hu/tankor/:path*",
"permanent": true
},
{
"source": "/tippelj/:path*",
"destination": "https://old.simonyi.bme.hu/tippelj/:path*",
"permanent": true
},
{
"source": "/wiki/:path*",
"destination": "https://old.simonyi.bme.hu/wiki/:path*",
"permanent": true
},
{
"source": "/tanfolyam/:path*",
"destination": "https://old.simonyi.bme.hu/tanfolyam/: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
}
]
}