Skip to content

Commit

Permalink
add redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Feb 28, 2024
1 parent 32d75b5 commit fc909b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,16 @@
"destination": "/networks/flow-networks/accessing-previewnet",
"permanent": true
},
{
"source": "/evm/Build/:path*",
"destination": "/evm/build/:path*",
"permanent": true
},
{
"source": "/evm/Tools/:path*",
"destination": "/evm/tools/:path*",
"permanent": true
},
{
"source": "/evm/build/guides/Deploy%20Solidity%20Contract/deploy-solidity-contract-with-hardhat",
"destination": "/evm/build/guides/deploy-contract/using-hardhat",
Expand Down

0 comments on commit fc909b4

Please sign in to comment.