From 67748f230a414836d2af3318e7b71c8602cd33cb Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Tue, 29 Jul 2025 20:28:00 +0000 Subject: [PATCH] Add redirect for deprecated infrastructure storage pages Co-authored-by: samina --- apps/portal/redirects.mjs | 3 +++ 1 file changed, 3 insertions(+) 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 = {