Skip to content

Commit

Permalink
add redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
timantmedia committed Nov 12, 2023
1 parent ab8ecbf commit dcdf563
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,18 @@ const config = {
{
from: '/guides/developer-sdk-and-api/rest-api-guide/stream-security/',
to: '/guides/stream-security/'
},
{
from: '/guides/clustering-and-scaling/aws/Configuring-RTMP-LB-in-AWS/',
to: '/guides/clustering-and-scaling/aws/configuring-rtmp-lb-in-aws/'
},
{
from: '/guides/clustering-and-scaling/aws/Scaling-at-AWS-ECS-Fargate/',
to: '/guides/clustering-and-scaling/aws/scaling-at-aws-ecs-fargate/'
},
{
from: '/guides/playing-live-stream/HLS-Playing/',
to: '/guides/playing-live-stream/hls-playing/'
}
],
},
Expand Down

0 comments on commit dcdf563

Please sign in to comment.