File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,15 @@ module.exports = [
1414 "/in-app-wallets" ,
1515 "/transactions" ,
1616 // -- end build category
17- // -- storage
17+
18+ // -- scale category
19+ "/rpc-edge" ,
20+ "/insight" ,
1821 "/storage" ,
22+ // -- end scale category
23+
1924 // -- nebula
2025 "/nebula" ,
21- // --insight
22- "/insight" ,
2326 // -- contracts
2427 "/contracts" ,
2528 "/contracts/modular-contracts" ,
Original file line number Diff line number Diff line change @@ -327,13 +327,6 @@ async function redirects() {
327327 permanent : false ,
328328 source : "/solutions/chains" ,
329329 } ,
330- // redirect /rpc to portal
331- {
332- destination :
333- "https://portal.thirdweb.com/infrastructure/rpc-edge/overview" ,
334- permanent : false ,
335- source : "/rpc-edge" ,
336- } ,
337330 // redirect /sdk to portal
338331 {
339332 destination : "https://portal.thirdweb.com/connect/blockchain-api" ,
You can’t perform that action at this time.
0 commit comments