Skip to content

Commit

Permalink
fix: remove /storage redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
arcoraven committed Feb 27, 2025
1 parent 84d1623 commit 406c2e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions apps/dashboard/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,13 +269,6 @@ async function redirects() {
destination: "/solutions/ecosystem",
permanent: false,
},
// redirect /storage to portal
{
source: "/storage",
destination:
"https://portal.thirdweb.com/infrastructure/storage/overview",
permanent: false,
},
// redirect /rpc to portal
{
source: "/rpc-edge",
Expand Down
1 change: 0 additions & 1 deletion apps/portal/redirects.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,6 @@ const infrastructureRedirects = {
"/engine/features/permissions": "/engine/features/admins",

//storage
"/storage": "/infrastructure/storage/overview",
"/storage/how-storage-works": "/infrastructure/storage/how-storage-works",
"/storage/upload-to-ipfs":
"/infrastructure/storage/how-to-use-storage/upload-files-to-ipfs",
Expand Down

0 comments on commit 406c2e6

Please sign in to comment.