This repository has been archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathvercel.json
152 lines (152 loc) · 4.94 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"redirects": [
{
"source": "/migrate2rocky.sh",
"destination": "https://raw.githubusercontent.com/rocky-linux/rocky-tools/main/migrate2rocky/migrate2rocky.sh"
},
{
"source": "/migrate2rocky9.sh",
"destination": "https://raw.githubusercontent.com/rocky-linux/rocky-tools/main/migrate2rocky/migrate2rocky9.sh"
},
{
"source": "/dl/:type(dvd1|boot|minimal)/:architecture(x86_64|aarch64|ppc64le|s390x)",
"destination": "https://dl.rockylinux.org/pub/rocky/8/isos/:architecture/Rocky-8.7-:architecture-:type.iso"
},
{
"source": "/dl/:type(genericcloud|GenericCloud)/x86_64",
"destination": "https://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest.x86_64.qcow2"
},
{
"source": "/dl/:type(genericcloud|GenericCloud)/aarch64",
"destination": "https://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest.aarch64.qcow2"
},
{
"source": "/resf-faq/board-of-directors(/|)",
"destination": "https://resf.org/faq/board-of-directors"
},
{
"source": "/resf-faq/board-structure(/|)",
"destination": "https://resf.org/faq/board-structure"
},
{
"source": "/resf-faq/can-bylaws-charter-be-modified(/|)",
"destination": "https://resf.org/faq/can-bylaws-charter-be-modified"
},
{
"source": "/resf-faq/company-projects-resf(/|)",
"destination": "https://resf.org/faq/company-projects-resf"
},
{
"source": "/resf-faq/difference-between-project-board-and-team(/|)",
"destination": "https://resf.org/faq/difference-between-project-board-and-team"
},
{
"source": "/resf-faq/difficult-to-become-member(/|)",
"destination": "https://resf.org/faq/difficult-to-become-member"
},
{
"source": "/resf-faq/effective-date(/|)",
"destination": "https://resf.org/faq/effective-date"
},
{
"source": "/resf-faq/gregory-kurtzer-owner(/|)",
"destination": "https://resf.org/faq/gregory-kurtzer-owner"
},
{
"source": "/resf-faq/how-to-become-member(/|)",
"destination": "https://resf.org/faq/how-to-become-member"
},
{
"source": "/resf-faq/is-resf-nonprofit(/|)",
"destination": "https://resf.org/faq/is-resf-nonprofit"
},
{
"source": "/resf-faq/kurtzer-control(/|)",
"destination": "https://resf.org/faq/kurtzer-control"
},
{
"source": "/resf-faq/open-community-voting(/|)",
"destination": "https://resf.org/faq/open-community-voting"
},
{
"source": "/resf-faq/other-projects-join-resf(/|)",
"destination": "https://resf.org/faq/other-projects-join-resf"
},
{
"source": "/resf-faq/other-projects(/|)",
"destination": "https://resf.org/faq/other-projects"
},
{
"source": "/resf-faq/preventing-centos(/|)",
"destination": "https://resf.org/faq/preventing-centos"
},
{
"source": "/resf-faq/project-board(/|)",
"destination": "https://resf.org/faq/project-board"
},
{
"source": "/resf-faq/project-funding(/|)",
"destination": "https://resf.org/faq/project-funding"
},
{
"source": "/resf-faq/resf-rocky(/|)",
"destination": "https://resf.org/faq/resf-rocky"
},
{
"source": "/resf-faq/rl-resf-ciq(/|)",
"destination": "https://resf.org/faq/rl-resf-ciq"
},
{
"source": "/resf-faq/underlying-principles(/|)",
"destination": "https://resf.org/faq/underlying-principles"
},
{
"source": "/resf-faq/what-are-bylaws(/|)",
"destination": "https://resf.org/faq/what-are-bylaws"
},
{
"source": "/resf-faq/what-is-charter(/|)",
"destination": "https://resf.org/faq/what-is-charter"
},
{
"source": "/resf-faq/when-why-bylaws-charter-written(/|)",
"destination": "https://resf.org/faq/when-why-bylaws-charter-written"
},
{
"source": "/resf-faq/where-can-read(/|)",
"destination": "https://resf.org/faq/where-can-read"
},
{
"source": "/resf-faq/who-elects-board-members(/|)",
"destination": "https://resf.org/faq/who-elects-board-members"
},
{
"source": "/resf-faq/who-voted(/|)",
"destination": "https://resf.org/faq/who-voted"
},
{
"source": "/resf-faq/who-wrote-bylaws-charter(/|)",
"destination": "https://resf.org/faq/who-wrote-bylaws-charter"
},
{
"source": "/resf-faq/why-become-member(/|)",
"destination": "https://resf.org/faq/why-become-member"
},
{
"source": "/resf-faq/why-does-resf-exist(/|)",
"destination": "https://resf.org/faq/why-does-resf-exist"
},
{
"source": "/resf-faq/why-this-structure(/|)",
"destination": "https://resf.org/faq/why-this-structure"
},
{
"source": "/bylaws-charter(/|)",
"destination": "https://resf.org/about"
},
{
"source": "/organizational-structure(/|)",
"destination": "https://resf.org/about"
}
]
}