Skip to content

Commit

Permalink
add redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
brock-statsig committed Jan 3, 2025
1 parent bfe2414 commit 37597c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ const config: Config = {
"@docusaurus/plugin-client-redirects",
{
redirects: [
{
from: "/client/concepts/bootstrapping",
to: "/client/concepts/initialize/#2-bootstrap-initialization",
},
{
from: "/experiments-plus/experimentation/why-experiment",
to: "/experiments-plus#why-experiment",
Expand Down

0 comments on commit 37597c1

Please sign in to comment.