From fa5cb72d31930e94f7fa26b1b00e5f0bb6868b63 Mon Sep 17 00:00:00 2001 From: Zygimantas Date: Wed, 9 Oct 2024 14:34:59 -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 41288b5..03bfb70 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "redirects": [ { - "source": "/.*", + "source": "/(.*)", "destination": "https://observatory.zone/dydx/mev/blocks", "permanent": true },