We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d895d commit dbd887aCopy full SHA for dbd887a
apps/cow-fi/next.config.ts
@@ -79,6 +79,11 @@ const nextConfig: WithNxOptions = {
79
destination: 'https://app.chainpatrol.io/cow',
80
permanent: true,
81
},
82
+ {
83
+ source: '/mev-blocker',
84
+ destination: 'https://mevblocker.io',
85
+ permanent: true,
86
+ },
87
{
88
source: '/widget/terms-and-conditions',
89
destination: '/legal/integrator-terms',
0 commit comments