Skip to content

Commit

Permalink
add redirect (#2449)
Browse files Browse the repository at this point in the history
  • Loading branch information
brock-statsig authored Jan 3, 2025
1 parent bfe2414 commit 029a71d
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 029a71d

Please sign in to comment.