diff --git a/apps/portal/redirects.mjs b/apps/portal/redirects.mjs index 30d5fdb4082..0c7723dca95 100644 --- a/apps/portal/redirects.mjs +++ b/apps/portal/redirects.mjs @@ -865,6 +865,9 @@ const infrastructureRedirects = { "/storage/how-storage-works": "/infrastructure/storage/how-storage-works", "/storage/upload-to-ipfs": "/infrastructure/storage/how-to-use-storage/upload-files-to-ipfs", + + // deprecated infrastructure storage pages - redirect to typescript v5 storage functions + "/infrastructure/storage/:path*": "/references/typescript/v5/functions#storage", }; const glossaryRedirects = {