Skip to content

Commit 6f9d21f

Browse files
committed
Add old redirects
1 parent f72f698 commit 6f9d21f

2 files changed

Lines changed: 287 additions & 24 deletions

File tree

next.config.js

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,5 @@
11
module.exports = {
22
reactStrictMode: false,
3-
async redirects() {
4-
return [
5-
{
6-
"source": "/install/linux-aarch64/latest",
7-
"destination": "https://github.com/urbit/vere/releases/latest/download/linux-aarch64.tgz",
8-
"permanent": true
9-
},
10-
{
11-
"source": "/install/linux-x86_64/latest",
12-
"destination": "https://github.com/urbit/vere/releases/latest/download/linux-x86_64.tgz",
13-
"permanent": true
14-
},
15-
{
16-
"source": "/install/macos-aarch64/latest",
17-
"destination": "https://github.com/urbit/vere/releases/latest/download/macos-aarch64.tgz",
18-
"permanent": true
19-
},
20-
{
21-
"source": "/install/macos-x86_64/latest",
22-
"destination": "https://github.com/urbit/vere/releases/latest/download/macos-x86_64.tgz",
23-
"permanent": true
24-
},
25-
];
26-
},
273
// target: 'serverless',
284
webpack: (config, { isServer }) => {
295
// Fixes npm packages that depend on `fs` module

vercel.json

Lines changed: 287 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,287 @@
1+
{
2+
"github": {
3+
"silent": true
4+
},
5+
"redirects": [
6+
{
7+
"source": "/sponsordeck",
8+
"destination": "https://tinyurl.com/urbitsponsordeck",
9+
"permanent": true
10+
},
11+
{
12+
"source": "/uacc-application",
13+
"destination": "https://forms.gle/haQ6tJzanC162viy9",
14+
"permanent": true
15+
},
16+
{
17+
"source": "/onboarding",
18+
"destination": "https://tlon.network/lure/~halbex-palheb/uf-public",
19+
"permanent": false
20+
},
21+
{
22+
"source": "/start",
23+
"destination": "https://tlon.network/lure/~halbex-palheb/uf-public",
24+
"permanent": false
25+
},
26+
{
27+
"source": "/uf-public",
28+
"destination": "https://tlon.network/lure/~halbex-palheb/uf-public",
29+
"permanent": false
30+
},
31+
{
32+
"source": "/groups/~wolref-podlex/foundation",
33+
"destination": "/groups/~halbex-palheb/uf-public"
34+
},
35+
{
36+
"source": "/getting-around",
37+
"destination": "/getting-started/getting-around"
38+
},
39+
{
40+
"source": "/getting-started/get-planet",
41+
"destination": "/getting-started/get-id"
42+
},
43+
{
44+
"source": "/docs/getting-started",
45+
"destination": "/getting-started"
46+
},
47+
{
48+
"source": "/getinvolved",
49+
"destination": "https://developers.urbit.org/blog/get-involved"
50+
},
51+
{
52+
"source": "/getting-started/server",
53+
"destination": "/getting-started/cli"
54+
},
55+
{
56+
"source": "/applications",
57+
"destination": "/ecosystem?type=applications"
58+
},
59+
{
60+
"source": "/understanding-urbit/:path*",
61+
"destination": "/overview/:path*"
62+
},
63+
{
64+
"source": "/blog/layer-2-guides",
65+
"destination": "https://developers.urbit.org/blog/layer-2-guides"
66+
},
67+
{
68+
"source": "/grants/Faux",
69+
"destination": "/grants/faux"
70+
},
71+
{
72+
"source": "/using/id/layer-2-for-planets",
73+
"destination": "https://operators.urbit.org/manual/id/layer-2-for-planets"
74+
},
75+
{
76+
"source": "/getting-started/layer-2-for-planets",
77+
"destination": "https://operators.urbit.org/manual/id/layer-2-for-planets"
78+
},
79+
{
80+
"source": "/guides/getting-an-urbit-id",
81+
"destination": "/getting-started/get-planet"
82+
},
83+
{
84+
"source": "/guides/installing-applications",
85+
"destination": "/getting-started/installing-applications"
86+
},
87+
{
88+
"source": "/guides/joining-groups",
89+
"destination": "/getting-started/joining-groups"
90+
},
91+
{
92+
"source": "/groups/~ladtem-filmyr/urbit-ny-takeover",
93+
"destination": "/groups/~ladtem-filmyr/urbit-ny-week",
94+
"permanent": true
95+
},
96+
{
97+
"source": "/applications/~livdel-binmun-lomder-librun/ballot",
98+
"destination": "/applications/~lomder-librun/ballot",
99+
"permanent": true
100+
},
101+
{
102+
"source": "/grants/grant-submission-guide",
103+
"destination": "/grants/proposals",
104+
"permanent": true
105+
},
106+
{
107+
"source": "/grants/(apprenticeships|proposals|bounties)/:page",
108+
"destination": "/grants/:page",
109+
"permanent": true
110+
},
111+
{
112+
"source": "/primer",
113+
"destination": "/overview",
114+
"permanent": true
115+
},
116+
{
117+
"source": "/breach",
118+
"destination": "/reset",
119+
"permanent": true
120+
},
121+
{
122+
"source": "/install",
123+
"destination": "/getting-started",
124+
"permanent": true
125+
},
126+
{
127+
"source": "/using/install",
128+
"destination": "/getting-started/cli",
129+
"permanent": true
130+
},
131+
{
132+
"source": "/using/:path*",
133+
"destination": "https://operators.urbit.org/manual/:path",
134+
"permanent": true
135+
},
136+
{
137+
"source": "/install/linux-aarch64/latest",
138+
"destination": "https://github.com/urbit/vere/releases/latest/download/linux-aarch64.tgz",
139+
"permanent": true
140+
},
141+
{
142+
"source": "/install/linux-x86_64/latest",
143+
"destination": "https://github.com/urbit/vere/releases/latest/download/linux-x86_64.tgz",
144+
"permanent": true
145+
},
146+
{
147+
"source": "/install/macos-aarch64/latest",
148+
"destination": "https://github.com/urbit/vere/releases/latest/download/macos-aarch64.tgz",
149+
"permanent": true
150+
},
151+
{
152+
"source": "/install/macos-x86_64/latest",
153+
"destination": "https://github.com/urbit/vere/releases/latest/download/macos-x86_64.tgz",
154+
"permanent": true
155+
},
156+
{
157+
"source": "/docs/getting-started/using-a-star",
158+
"destination": "/using/os/stars-and-galaxies/",
159+
"permanent": true
160+
},
161+
{
162+
"source": "/docs",
163+
"destination": "https://developers.urbit.org/",
164+
"permanent": true
165+
},
166+
{
167+
"source": "/docs/arvo/:path*",
168+
"destination": "https://developers.urbit.org/reference/arvo/:path",
169+
"permanent": true
170+
},
171+
{
172+
"source": "/docs/azimuth/:path*",
173+
"destination": "https://developers.urbit.org/reference/azimuth/:path",
174+
"permanent": true
175+
},
176+
{
177+
"source": "/docs/development/:path*",
178+
"destination": "https://developers.urbit.org/guides/core/environment",
179+
"permanent": true
180+
},
181+
{
182+
"source": "/docs/glossary/:path*",
183+
"destination": "https://developers.urbit.org/reference/glossary/:path",
184+
"permanent": true
185+
},
186+
{
187+
"source": "/docs/hoon/guides/:path*",
188+
"destination": "https://developers.urbit.org/guides/additional/:path",
189+
"permanent": true
190+
},
191+
{
192+
"source": "/docs/hoon/hoon-school/:path*",
193+
"destination": "https://developers.urbit.org/guides/core/hoon-school",
194+
"permanent": true
195+
},
196+
{
197+
"source": "/docs/hoon/reference/:path*",
198+
"destination": "https://developers.urbit.org/reference/hoon/:path",
199+
"permanent": true
200+
},
201+
{
202+
"source": "/docs/nock/:path*",
203+
"destination": "https://developers.urbit.org/reference/nock/:path",
204+
"permanent": true
205+
},
206+
{
207+
"source": "/docs/nock/:path*",
208+
"destination": "https://developers.urbit.org/reference/nock/:path",
209+
"permanent": true
210+
},
211+
{
212+
"source": "/docs/system-overview/arvo",
213+
"destination": "https://developers.urbit.org/overview/arvo",
214+
"permanent": true
215+
},
216+
{
217+
"source": "/docs/system-overview/azimuth",
218+
"destination": "https://developers.urbit.org/overview/azimuth",
219+
"permanent": true
220+
},
221+
{
222+
"source": "/docs/system-overview/cryptography",
223+
"destination": "https://developers.urbit.org/reference/additional/cryptography",
224+
"permanent": true
225+
},
226+
{
227+
"source": "/docs/system-overview/hoon",
228+
"destination": "https://developers.urbit.org/overview/hoon",
229+
"permanent": true
230+
},
231+
{
232+
"source": "/docs/system-overview/nock",
233+
"destination": "https://developers.urbit.org/overview/nock",
234+
"permanent": true
235+
},
236+
{
237+
"source": "/docs/system-overview/vere",
238+
"destination": "https://developers.urbit.org/overview/vere",
239+
"permanent": true
240+
},
241+
{
242+
"source": "/docs/userspace/dist/:path*",
243+
"destination": "https://developers.urbit.org/guides/additional/software-distribution",
244+
"permanent": true
245+
},
246+
{
247+
"source": "/docs/userspace/full-stack/:path*",
248+
"destination": "https://developers.urbit.org/guides/core/app-school-full-stack/:path",
249+
"permanent": true
250+
},
251+
{
252+
"source": "/docs/userspace/gall-guide/:path*",
253+
"destination": "https://developers.urbit.org/guides/core/app-school/:path*",
254+
"permanent": true
255+
},
256+
{
257+
"source": "/docs/userspace/threads/:path*",
258+
"destination": "https://developers.urbit.org/reference/arvo/threads/:path*",
259+
"permanent": true
260+
},
261+
{
262+
"source": "/docs/vere/:path*",
263+
"destination": "https://developers.urbit.org/reference/runtime/:path*",
264+
"permanent": true
265+
},
266+
{
267+
"source": "/applications/~dister-fabnev-hinmur/escape",
268+
"destination": "/applications/~fabnev-hinmur/escape",
269+
"permanent": true
270+
},
271+
{
272+
"source": "/applications/~dister-fabnev-hinmur/handshake",
273+
"destination": "/applications/~fabnev-hinmur/handshake",
274+
"permanent": true
275+
},
276+
{
277+
"source": "/applications/~dister-norsyr-torryn/canvas",
278+
"destination": "/applications/~norsyr-torryn/canvas",
279+
"permanent": true
280+
},
281+
{
282+
"source": "/applications/~dister-dozzod-dalten/gora",
283+
"destination": "/applications/~dalten/gora",
284+
"permanent": true
285+
}
286+
]
287+
}

0 commit comments

Comments
 (0)