Skip to content

Commit

Permalink
Update routing
Browse files Browse the repository at this point in the history
  • Loading branch information
katamartin committed Jul 15, 2024
1 parent 29f2932 commit ef98a74
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"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"
Expand Down

0 comments on commit ef98a74

Please sign in to comment.