-
Notifications
You must be signed in to change notification settings - Fork 3
/
now.json
executable file
·79 lines (79 loc) · 1.89 KB
/
now.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
{
"version": 2,
"name": "sandboxneu.com",
"builds": [
{
"src": "package.json",
"use": "@now/static-build",
"config": {
"distDir": "public"
}
}
],
"routes": [
{
"src": "/apply/designer",
"status": 301,
"headers": {
"Location": "https://www.sandboxnu.com/apply"
}
},
{
"src": "/research",
"status": 301,
"headers": {
"Location": "https://forms.gle/1S6R4yxrCLjZe2d19"
}
},
{
"src": "/work-with-us",
"status": 301,
"headers": {
"Location": "https://medium.com/@dajinchu/how-sandbox-can-help-researchers-b5dbddeecf14"
}
},
{
"src": "/how-we-recruit-developers",
"status": 301,
"headers": {
"Location": "https://sandboxnu.notion.site/How-Sandbox-Recruits-Developers-4873c37730f648da9d84eed2abbfdd3a"
}
},
{
"src": "/how-we-recruit-ux-designers",
"status": 301,
"headers": {
"Location": "https://sandboxnu.notion.site/How-Sandbox-Recruits-UX-Designer-2decfd26692e40cf8151824d52e5bf77"
}
},
{
"src": "/how-we-recruit-brand-designers",
"status": 301,
"headers": {
"Location": "https://sandboxnu.notion.site/How-Sandbox-Recruits-Brand-Designers-96dc2035681043c09e8fb26a51db16eb"
}
},
{
"src": "/apply/developer/form",
"status": 301,
"headers": {
"Location": "https://sandboxf24.fillout.com/developerapplication"
}
},
{
"src": "/apply/ux-designer/form",
"status": 301,
"headers": {
"Location": "https://sandboxf24.fillout.com/uxdesignerapplication"
}
},
{
"src": "/apply/brand-designer/form",
"status": 301,
"headers": {
"Location": "https://sandboxf24.fillout.com/branddesignerapplication"
}
}
],
"alias": ["www.sandboxnu.com"]
}