Skip to content

Commit

Permalink
fix: hardhat redirect links (#224)
Browse files Browse the repository at this point in the history
# Description

Fix hardhat links that have `.html` to redirect to the new hardhat pages
  • Loading branch information
itsacoyote authored Oct 7, 2024
1 parent 7d132c6 commit e27c863
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@
"destination": "/build/tooling/hardhat/plugins/hardhat-:plugin",
"type": 301
},
{
"source": "/docs/tools/hardhat/hardhat-:plugin.@(html|md)",
"destination": "/build/tooling/hardhat/plugins/hardhat-:plugin",
"type": 301
},
{
"source": "/build/tooling/hardhat/other-plugins",
"destination": "/build/tooling/hardhat/plugins/other-plugins",
Expand Down

0 comments on commit e27c863

Please sign in to comment.