Skip to content

Commit 29cfacc

Browse files
committed
chore: add redirect from storagemanager to fileuploader
1 parent 35b8c13 commit 29cfacc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/next.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,14 @@ module.exports = withNextPluginPreval({
165165
destination: '/react/components/accordion',
166166
permanent: false,
167167
},
168+
/**
169+
* Renamed "Storage Manager" to "File Uploader"
170+
*/
171+
{
172+
source: '/react/connected-components/storage/storagemanager',
173+
destination: '/react/connected-components/storage/fileuploader',
174+
permanent: true,
175+
},
168176
/**
169177
* Redirect traffic from CRA to Vite getting started page
170178
*/

0 commit comments

Comments
 (0)