Skip to content

Commit

Permalink
fix: mainnet and testnet resources redirect (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenFluin authored Oct 21, 2024
1 parent 6b3fe6a commit 0d83505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@
"permanent": true
},
{
"source": "/resources/mainnet",
"source": "/resources/mainnet/",
"destination": "/resources/contract-addresses/mainnet/",
"permanent": true
},
{
"source": "/resources/testnet",
"source": "/resources/testnet/",
"destination": "/resources/contract-addresses/testnet/",
"permanent": true
},
Expand Down

0 comments on commit 0d83505

Please sign in to comment.