Skip to content

Commit

Permalink
fix: add redirect to observatory
Browse files Browse the repository at this point in the history
Signed-off-by: Zygimantas <[email protected]>
  • Loading branch information
Zygimantass committed Oct 9, 2024
1 parent ba61f6e commit 8873a71
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -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
}
Expand Down

0 comments on commit 8873a71

Please sign in to comment.