diff --git a/next.config.mjs b/next.config.mjs index 61d9202..6f6c789 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -18,7 +18,7 @@ const nextConfig = { { source: "/docs", destination: - "https://docs.cow.fi/mevblocker?utm_source=cow.fi&utm_medium=web&utm_content=mev-blocker-docs-link", + "https://docs.mevblocker.io?utm_source=mevblocker.io&utm_medium=web&utm_content=mev-blocker-docs-link", permanent: false, }, ] diff --git a/src/const/meta.ts b/src/const/meta.ts index 4d32ead..436e8cc 100644 --- a/src/const/meta.ts +++ b/src/const/meta.ts @@ -20,7 +20,7 @@ export const CONFIG = { home: "/", faq: "#faq", rpc: "#rpc", - docs: "https://docs.cow.fi/mevblocker?utm_source=cow.fi&utm_medium=web&utm_content=mev-blocker-docs-link", + docs: "https://docs.mevblocker.io?utm_source=mevblocker.io&utm_medium=web&utm_content=mev-blocker-docs-link", cowSwap: "https://swap.cow.fi", cowProtocol: "https://cow.fi", beaver: "https://beaverbuild.org/", diff --git a/src/pages/docs.tsx b/src/pages/docs.tsx index acd3ef0..03e5d3d 100644 --- a/src/pages/docs.tsx +++ b/src/pages/docs.tsx @@ -24,7 +24,7 @@ export const getServerSideProps: GetServerSideProps = async () => { return { redirect: { destination: - "https://docs.cow.fi/mevblocker?utm_source=cow.fi&utm_medium=web&utm_content=mev-blocker-docs-link", + "https://docs.mevblocker.io?utm_source=mevblocker.io&utm_medium=web&utm_content=mev-blocker-docs-link", permanent: false, }, } diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 58d0987..174221d 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -288,7 +288,7 @@ export default function Home() { To learn more about each of the endpoints MEV Blocker has to offer,{" "}