Skip to content

Commit

Permalink
Add redirects for services (#1442)
Browse files Browse the repository at this point in the history
* add redirect for services

* Add slashes

Co-authored-by: Alexandra Carrillo <[email protected]>

---------

Co-authored-by: Alexandra Carrillo <[email protected]>
  • Loading branch information
joaniefromtheblock and alexandratran authored Jul 23, 2024
1 parent 31de8d8 commit 891b382
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,34 @@
{
"source": "/snaps/reference/exports/",
"destination": "/snaps/reference/entry-points/"
},
{
"source": "/services/gas-api/",
"destination": "/services/reference/gas-api/"
},
{
"source": "/services/gas-api/quickstart/",
"destination": "/services/reference/gas-api/quickstart/"
},
{
"source": "/services/gas-api/supported-networks/",
"destination": "/services/get-started/endpoints/#gas-api/"
},
{
"source": "/services/gas-api/api-reference/",
"destination": "/services/reference/gas-api/api-reference/"
},
{
"source": "/services/gas-api/api-reference/basefeehistory/",
"destination": "/services/reference/gas-api/api-reference/basefeehistory/"
},
{
"source": "/services/gas-api/api-reference/basefeepercentile/",
"destination": "/services/reference/gas-api/api-reference/basefeepercentile/"
},
{
"source": "/services/gas-api/api-reference/busythreshold/",
"destination": "/services/reference/gas-api/api-reference/busythreshold/"
}
]
}

0 comments on commit 891b382

Please sign in to comment.