Skip to content

Commit 679837a

Browse files
committed
Update links in docusaurus.config.ts and _redirects
1 parent f900b2d commit 679837a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const config: Config = {
147147
sidebarId: "docsSidebar",
148148
position: "left",
149149
label: "Docs",
150-
to: "/",
150+
to: "/docs",
151151
},
152152
{
153153
// type: "docSidebar",

static/_redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
/docs/\* https://docs.coderabbit.ai/:splat 200
88

9-
/blogs https://blogs.coderabbit.ai/blogs 301!
9+
/blog https://blogs.coderabbit.ai/blogs 301!

0 commit comments

Comments
 (0)