Skip to content

Commit 67748f2

Browse files
Add redirect for deprecated infrastructure storage pages
Co-authored-by: samina <[email protected]>
1 parent a6483f4 commit 67748f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/portal/redirects.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,9 @@ const infrastructureRedirects = {
865865
"/storage/how-storage-works": "/infrastructure/storage/how-storage-works",
866866
"/storage/upload-to-ipfs":
867867
"/infrastructure/storage/how-to-use-storage/upload-files-to-ipfs",
868+
869+
// deprecated infrastructure storage pages - redirect to typescript v5 storage functions
870+
"/infrastructure/storage/:path*": "/references/typescript/v5/functions#storage",
868871
};
869872

870873
const glossaryRedirects = {

0 commit comments

Comments
 (0)