From e27c863069666c93f946d5d958625e4da36b012f Mon Sep 17 00:00:00 2001 From: Sabrina Date: Mon, 7 Oct 2024 13:17:46 -0400 Subject: [PATCH] fix: hardhat redirect links (#224) # Description Fix hardhat links that have `.html` to redirect to the new hardhat pages --- firebase.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/firebase.json b/firebase.json index ab9bbef3..9d1ec65d 100644 --- a/firebase.json +++ b/firebase.json @@ -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",