Skip to content

Commit

Permalink
redirect: introdution
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvolek committed Sep 25, 2023
1 parent 0c6e8e2 commit b475f75
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
{
"source": "/",
"destination": "https://blockfrost.dev/api/blockfrost-io-api-documentation"
},
{
"source": "/#section/Tokens",
"destination": "https://blockfrost.dev/api/blockfrost-io-api-documentation#tokens"
},
{
"source": "/#section/Available-networks",
"destination": "https://blockfrost.dev/api/blockfrost-io-api-documentation#available-networks"
},
{
"source": "/#section/Milkomeda",
"destination": "https://blockfrost.dev/api/blockfrost-io-api-documentation#milkomeda"
},
{
"source": "/#section/Concepts",
"destination": "https://blockfrost.dev/api/blockfrost-io-api-documentation#concepts"
},
{
"source": "/#section/Errors",
"destination": "https://blockfrost.dev/api/blockfrost-io-api-documentation#errors"
},
{
"source": "/#section/SDKs",
"destination": "https://blockfrost.dev/api/blockfrost-io-api-documentation#sdks"
}
]
}

0 comments on commit b475f75

Please sign in to comment.