Skip to content

Commit 566b5b9

Browse files
authored
fix: remove /storage redirect (#6362)
1 parent 21938f9 commit 566b5b9

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

apps/dashboard/redirects.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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",

apps/portal/redirects.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)