-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
vercel.json
150 lines (150 loc) · 4.96 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
{
"rewrites": [
{
"source": "/research/oae-efficiency-explainer",
"destination": "https://research.carbonplan.org/research/oae-efficiency-explainer"
},
{
"source": "/research/oae-efficiency(.*)",
"destination": "https://oae-efficiency.carbonplan.org/research/oae-efficiency$1"
},
{
"source": "/research/offsets-db-explainer",
"destination": "https://research.carbonplan.org/research/offsets-db-explainer"
},
{
"source": "/research/offsets-db-methods",
"destination": "https://research.carbonplan.org/research/offsets-db-methods"
},
{
"source": "/research/offsets-db(.*)",
"destination": "https://offsets-db.carbonplan.org/research/offsets-db$1"
},
{
"source": "/research/ew-quantification-explainer",
"destination": "https://research.carbonplan.org/research/ew-quantification-explainer"
},
{
"source": "/research/ew-quantification(.*)",
"destination": "https://ew-quantification.carbonplan.org/research/ew-quantification$1"
},
{
"source": "/research/cdr-verification-explainer",
"destination": "https://research.carbonplan.org/research/cdr-verification-explainer"
},
{
"source": "/research/cdr-verification(.*)",
"destination": "https://cdr-verification.carbonplan.org/research/cdr-verification$1"
},
{
"source": "/research/cmip6-downscaling",
"destination": "https://cmip6-downscaling.carbonplan.org/research/cmip6-downscaling"
},
{
"source": "/research/cdr-database(.*)",
"destination": "https://cdr-database.carbonplan.org/research/cdr-database$1"
},
{
"source": "/research/compliance-users(.*)",
"destination": "https://compliance-users.carbonplan.org/research/compliance-users$1"
},
{
"source": "/research/forest-risks",
"destination": "https://forest-risks.carbonplan.org/research/forest-risks"
},
{
"source": "/research/forest-carbon",
"destination": "https://forest-carbon.carbonplan.org/research/forest-carbon"
},
{
"source": "/research/forest-offsets",
"destination": "https://forest-offsets.carbonplan.org/research/forest-offsets"
},
{
"source": "/research/forest-offsets-crediting(.*)",
"destination": "https://forest-offsets.carbonplan.org/research/forest-offsets-crediting$1"
},
{
"source": "/research/forest-offsets-fires-2021(.*)",
"destination": "https://forest-offsets.carbonplan.org/research/forest-offsets-fires-2021$1"
},
{
"source": "/research/forest-offsets-fires(.*)",
"destination": "https://forest-offsets.carbonplan.org/research/forest-offsets-fires$1"
},
{
"source": "/research/seaweed-farming/embed",
"destination": "https://seaweed-farming.carbonplan.org/research/seaweed-farming/embed"
},
{
"source": "/research/seaweed-farming",
"destination": "https://seaweed-farming.carbonplan.org/research/seaweed-farming"
},
{
"source": "/research/carbon-removal-application(.*)",
"destination": "https://carbon-removal-application.carbonplan.org/research/carbon-removal-application$1"
},
{
"source": "/research(.*)",
"destination": "https://research.carbonplan.org/research$1"
},
{
"source": "/blog(.*)",
"destination": "https://blog.carbonplan.org/blog$1"
},
{
"source": "/embed/offset-fires(.*)",
"destination": "https://offset-fires-embed.carbonplan.org/embed/offset-fires$1"
},
{
"source": "/data(.*)",
"destination": "https://data.carbonplan.org/data$1"
},
{
"source": "/design(.*)",
"destination": "https://design.carbonplan.org/design$1"
}
],
"redirects": [
{
"source": "/research/stripe-reports-insights",
"destination": "https://carbonplan.org/research/stripe-2020-insights"
},
{
"source": "/jobs",
"destination": "https://apply.workable.com/carbonplan/"
},
{
"source": "/newsletter",
"destination": "https://mailchi.mp/carbonplan.org/signup"
},
{
"source": "/research/forest-offsets-map",
"destination": "https://carbonplan.org/research/forest-offsets-crediting"
},
{
"source": "/reports/methods",
"destination": "https://carbonplan.org/research/cdr-database/methods"
},
{
"source": "/reports",
"destination": "https://carbonplan.org/research/cdr-database"
},
{
"source": "/blog/scoping-plan-comments",
"destination": "https://carbonplan.org/research/scoping-plan-comments"
},
{
"source": "/blog/offset-disclosure-needs",
"destination": "https://carbonplan.org/research/offset-disclosure-needs"
},
{
"source": "/blog/ton-year-ncx",
"destination": "https://carbonplan.org/research/ton-year-ncx"
},
{
"source": "/blog/climate-financial-risks",
"destination": "https://carbonplan.org/research/climate-financial-risks"
}
]
}