Skip to content

Commit

Permalink
fix: remove extra space in redirect (#750)
Browse files Browse the repository at this point in the history
* fix: update Resources nav according to dev user journeys doc

* fix: create folders and change names

* Add redirects

* fix formatting error

* remove erroneous space
  • Loading branch information
ffe9f8 authored Feb 2, 2024
1 parent ae6bf2b commit 419af57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"redirects": [
{
"source": "/resources/mainnet",
"destination": " /resources/contract-addresses/mainnet",
"destination": "/resources/contract-addresses/mainnet",
"permanent": true
},
{
Expand Down

0 comments on commit 419af57

Please sign in to comment.