From baf3b992e213d14693dd7bbeee872c4a5989ecd5 Mon Sep 17 00:00:00 2001 From: Jen <60794961+jennyg0@users.noreply.github.com> Date: Tue, 23 Jul 2024 15:37:20 -0400 Subject: [PATCH] fix: update redirect (#162) # Description remove html/md for zksync-cli redirect ## Linked Issues ## Additional context --- firebase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index be2605d4..98f481ea 100644 --- a/firebase.json +++ b/firebase.json @@ -116,7 +116,7 @@ "type": 301 }, { - "source": "/build/tooling/zksync-cli/*.@(html|md)", + "source": "/build/tooling/zksync-cli/*", "destination": "/build/zksync-cli", "type": 301 },