From 8ddbdbf006fe212d19dcb7c32b61833cd00c99f1 Mon Sep 17 00:00:00 2001 From: Sabrina Ferguson Date: Wed, 18 Sep 2024 10:42:18 -0400 Subject: [PATCH 1/2] fix: hardhat redirect links --- firebase.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/firebase.json b/firebase.json index ab9bbef3..f7311782 100644 --- a/firebase.json +++ b/firebase.json @@ -166,6 +166,11 @@ "destination": "/build/tooling/hardhat/plugins/hardhat-:plugin", "type": 301 }, + { + "source": "/build/tooling/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", From 0673eed757001731dcecfce1946f86dc8f12c9da Mon Sep 17 00:00:00 2001 From: Sabrina Ferguson Date: Fri, 20 Sep 2024 12:30:28 -0400 Subject: [PATCH 2/2] fix: redirect for old hardhat links --- firebase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index f7311782..9d1ec65d 100644 --- a/firebase.json +++ b/firebase.json @@ -167,7 +167,7 @@ "type": 301 }, { - "source": "/build/tooling/hardhat/hardhat-:plugin.@(html|md)", + "source": "/docs/tools/hardhat/hardhat-:plugin.@(html|md)", "destination": "/build/tooling/hardhat/plugins/hardhat-:plugin", "type": 301 },