diff --git a/apps/dashboard/framer-rewrites.js b/apps/dashboard/framer-rewrites.js index a70a4a21f41..b37644d1b86 100644 --- a/apps/dashboard/framer-rewrites.js +++ b/apps/dashboard/framer-rewrites.js @@ -14,12 +14,15 @@ module.exports = [ "/in-app-wallets", "/transactions", // -- end build category - // -- storage + + // -- scale category + "/rpc-edge", + "/insight", "/storage", + // -- end scale category + // -- nebula "/nebula", - // --insight - "/insight", // -- contracts "/contracts", "/contracts/modular-contracts", diff --git a/apps/dashboard/redirects.js b/apps/dashboard/redirects.js index 2ff384ca960..82a9320a153 100644 --- a/apps/dashboard/redirects.js +++ b/apps/dashboard/redirects.js @@ -327,13 +327,6 @@ async function redirects() { permanent: false, source: "/solutions/chains", }, - // redirect /rpc to portal - { - destination: - "https://portal.thirdweb.com/infrastructure/rpc-edge/overview", - permanent: false, - source: "/rpc-edge", - }, // redirect /sdk to portal { destination: "https://portal.thirdweb.com/connect/blockchain-api",