Skip to content

Commit

Permalink
redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafernandes committed Feb 8, 2023
1 parent 62b834a commit f0ffc43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
"source": "/en/latest/:match*",
"destination": "/:match*",
"permanent": true
},
{ "source": "/en/stable", "destination": "/", "permanent": true },
{ "source": "/en/stable/", "destination": "/", "permanent": true },
{
"source": "/en/stable/:match*",
"destination": "/:match*",
"permanent": true
}
]
}

1 comment on commit f0ffc43

@vercel
Copy link

@vercel vercel bot commented on f0ffc43 Feb 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

doc-teku – ./

doc-teku-git-main-infura-web.vercel.app
doc-teku-infura-web.vercel.app
docs.teku.consensys.net

Please sign in to comment.