From ba61f6e460e6a3996113ec8432726b81323650b7 Mon Sep 17 00:00:00 2001 From: Zygimantas Date: Wed, 9 Oct 2024 14:34:06 -0400 Subject: [PATCH] fix: add redirect to observatory Signed-off-by: Zygimantas --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 1725db0..29a001e 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "redirects": [ { - "source": "*", + "source": ".*", "destination": "https://observatory.zone/dydx/mev/blocks", "permanent": true }