-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnow-dev.json
63 lines (47 loc) · 2.59 KB
/
now-dev.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
{
"version": 2,
"name":"pdv3-dev",
"public": true,
"buildCommand": "export NODE_OPTIONS=--openssl-legacy-provider nuxt build",
"env": {
"MODE": "universal"
},
"builds": [
{
"src": "404.html",
"use": "@now/static"
},
{
"src": "api/routes/**/*.js",
"use": "@now/node"
}
],
"routes": [
{ "src": "/404.html", "dest": "404.html" },
{ "src": "/tmp/public/(.*)", "dest": "tmp/public/$1" },
{ "src": "/api/hello(.*)", "dest": "api/routes/hello" },
{ "src": "/api/users(.*)", "dest": "api/routes/hello" },
{ "src": "/api/allusers(.*)", "dest": "api/routes/hello" },
{ "src": "/api/timeline(.*)", "dest": "api/routes/timeline.js" },
{ "src": "/api/profile(.*)", "dest": "api/routes/profile.js" },
{ "src": "/api/cite(.*)", "dest": "api/routes/cite.js" },
{ "src": "/api/exocytosis(.*)", "dest": "api/routes/exocytosis.js" },
{ "src": "/api/(.*)", "dest": "api/routes/$1" },
{ "src": "/api", "dest": "api/routes/index.js" },
{ "src": "/_nuxt/.+", "headers": { "cache-control": "s-maxage=31536000" } },
{ "src": "/feed.xml", "dest": "https://wt-ece6cabd401b68e3fc2743969a9c99f0-0.sandbox.auth0-extend.com/PDv3-rss" },
{ "src": "/slack", "status": 301, "headers": { "Location": "https://phagedirectory.slack.com/join/shared_invite/enQtNzA2OTI0MTk4Mzc0LTU4Yjg0NTY2NWEyMzUyZDMxMDJjMmEyZGFiNDcyYmIxMzYxYTRkZjBjZGY3YjNlODc2MWFhNTAwNjBmYzQyYmY" }},
{ "src": "/chat", "status": 301, "headers": { "Location": "https://calendly.com/phage/quick-chat" }},
{ "src": "/apply/profile", "status": 301, "headers": { "Location": "https://airtable.com/shrbZHMw6R2dCij9v" } },
{ "src": "/apply/researchers", "status": 301, "headers": { "Location": "https://airtable.com/shrJzoZ7LocbmuTNP" } },
{ "src": "/apply/professionals", "status": 301, "headers": { "Location": "https://airtable.com/shrJzoZ7LocbmuTNP" } },
{ "src": "/apply/labs", "status": 301, "headers": { "Location": "https://airtable.com/shrRZfnjvaKOx3eeK" } },
{ "src": "/apply/medical", "status": 301, "headers": { "Location": "https://airtable.com/shrdIUxOsr411hNwR" } },
{ "src": "/apply/phagebanks", "status": 301, "headers": { "Location": "https://airtable.com/shrPtmSf5dxdeBnoy" } },
{ "src": "/apply/orgs", "status": 301, "headers": { "Location": "https://airtable.com/shrYdNUwSLMKUvRhz" } },
{ "src": "/staging", "status": 301, "headers": { "Location": "https://phagedirectory-staging.yawnxyz.now.sh" } },
{ "src": "/(.*)", "dest": "/" },
{ "handle": "filesystem" },
{ "src": "/.*", "status": 404, "dest": "/error.html" }
]
}