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 72b06f7 commit ba61f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"redirects": [
{
"source": "*",
"source": ".*",
"destination": "https://observatory.zone/dydx/mev/blocks",
"permanent": true
}
Expand Down

0 comments on commit ba61f6e

Please sign in to comment.