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 8873a71 commit fa5cb72
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 fa5cb72

Please sign in to comment.