File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -269,13 +269,6 @@ async function redirects() {
269269 destination : "/solutions/ecosystem" ,
270270 permanent : false ,
271271 } ,
272- // redirect /storage to portal
273- {
274- source : "/storage" ,
275- destination :
276- "https://portal.thirdweb.com/infrastructure/storage/overview" ,
277- permanent : false ,
278- } ,
279272 // redirect /rpc to portal
280273 {
281274 source : "/rpc-edge" ,
Original file line number Diff line number Diff line change @@ -856,7 +856,6 @@ const infrastructureRedirects = {
856856 "/engine/features/permissions" : "/engine/features/admins" ,
857857
858858 //storage
859- "/storage" : "/infrastructure/storage/overview" ,
860859 "/storage/how-storage-works" : "/infrastructure/storage/how-storage-works" ,
861860 "/storage/upload-to-ipfs" :
862861 "/infrastructure/storage/how-to-use-storage/upload-files-to-ipfs" ,
You can’t perform that action at this time.
0 commit comments