Skip to content

Commit 57c20cc

Browse files
authored
Set up redirects for broken backlinks (flashbots#532)
SEO report recommends taking care of these: https://docs.google.com/spreadsheets/d/13Xa_TKfuKrWzrK0zCgJNnQPXFK95hiBxqnLWE7cvHN8/edit#gid=1086684444
1 parent a0a23d0 commit 57c20cc

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

vercel.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,31 @@
1717
"destination": "/flashbots-protect/additional-documentation/:path",
1818
"permanent": true
1919
},
20+
{
21+
"source": "/flashbots-protect/rpc/fast-mode",
22+
"destination": "/flashbots-protect/quick-start#faster-transactions",
23+
"permanent": true
24+
},
25+
{
26+
"source": "/flashbots-protect/api/json-rpc",
27+
"destination": "/flashbots-auction/advanced/rpc-endpoint",
28+
"permanent": true
29+
},
30+
{
31+
"source": "/flashbots-mev-share/overview",
32+
"destination": "/flashbots-mev-share/introduction",
33+
"permanent": true
34+
},
35+
{
36+
"source": "/flashbots-mev-boost/relays",
37+
"destination": "/flashbots-mev-boost/relay",
38+
"permanent": true
39+
},
40+
{
41+
"source": "/flashbots-mev-boost/architecture-overview/MEV-boost-block-proposal",
42+
"destination": "/flashbots-mev-boost/architecture-overview/block-proposal",
43+
"permanent": true
44+
},
2045
{
2146
"source": "/flashbots-auction/searchers/:path*",
2247
"destination": "/flashbots-auction/:path",

0 commit comments

Comments
 (0)