Skip to content

Commit

Permalink
fix: update redirect paths to valid destinations (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyaga001 authored Dec 18, 2024
1 parent 131ba77 commit dd5c45a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@ const config: Config = {
from: "/get-started",
to: "/getting-started/quickstart/",
},
{
from: "/about/features",
to: "/",
},
{
from: "/about/pricing",
to: "/",
},
{
from: "/about/support",
to: "/getting-started/support",
},
{
from: "/guides/customize-coderabbit",
to: "/getting-started/configure-coderabbit",
Expand Down

0 comments on commit dd5c45a

Please sign in to comment.