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