We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6483f4 commit 67748f2Copy full SHA for 67748f2
apps/portal/redirects.mjs
@@ -865,6 +865,9 @@ const infrastructureRedirects = {
865
"/storage/how-storage-works": "/infrastructure/storage/how-storage-works",
866
"/storage/upload-to-ipfs":
867
"/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",
871
};
872
873
const glossaryRedirects = {
0 commit comments