Skip to content

Commit fc2c977

Browse files
Murderlonaduh95
andauthored
Add aws-s3-multipart -> aws-s3 redirect (#260)
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent bad086c commit fc2c977

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docusaurus.config.js

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ const config = {
4444
'@docusaurus/plugin-client-redirects',
4545
{
4646
redirects: [
47+
{
48+
to: '/docs/aws-s3',
49+
from: ['/docs/aws-s3-multipart'],
50+
},
4751
{
4852
to: '/docs/guides/migration-guides',
4953
from: ['/docs/migration-guides.html'],

0 commit comments

Comments
 (0)