Skip to content

Commit dbd887a

Browse files
authored
feat(cow-fi): add redirect for MEV blocker to external site (#6220)
1 parent c5d895d commit dbd887a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/cow-fi/next.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ const nextConfig: WithNxOptions = {
7979
destination: 'https://app.chainpatrol.io/cow',
8080
permanent: true,
8181
},
82+
{
83+
source: '/mev-blocker',
84+
destination: 'https://mevblocker.io',
85+
permanent: true,
86+
},
8287
{
8388
source: '/widget/terms-and-conditions',
8489
destination: '/legal/integrator-terms',

0 commit comments

Comments
 (0)