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 = [
14
14
"/in-app-wallets" ,
15
15
"/transactions" ,
16
16
// -- end build category
17
- // -- storage
17
+
18
+ // -- scale category
19
+ "/rpc-edge" ,
20
+ "/insight" ,
18
21
"/storage" ,
22
+ // -- end scale category
23
+
19
24
// -- nebula
20
25
"/nebula" ,
21
- // --insight
22
- "/insight" ,
23
26
// -- contracts
24
27
"/contracts" ,
25
28
"/contracts/modular-contracts" ,
Original file line number Diff line number Diff line change @@ -327,13 +327,6 @@ async function redirects() {
327
327
permanent : false ,
328
328
source : "/solutions/chains" ,
329
329
} ,
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
- } ,
337
330
// redirect /sdk to portal
338
331
{
339
332
destination : "https://portal.thirdweb.com/connect/blockchain-api" ,
You can’t perform that action at this time.
0 commit comments