Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit4010de9

Browse files
committed
Update URL mappings in docusaurus.config.ts
1 parent1f16b10 commit4010de9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎docusaurus.config.ts‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ const config: Config = {
4646
from:"/docs/get-started",
4747
},
4848
{
49-
to:"https://docs.coderabbit.ai/",
50-
from:"/docs",
49+
from:"/blog/*",
50+
to:"https://blog.coderabbit.ai/blog/",
5151
},
5252
{
53-
to:"https://blog.coderabbit.ai/",
54-
from:"/blog",
53+
from:"/",
54+
to:"https://docs.coderabbit.ai/",
5555
},
5656
],
5757
},
@@ -75,7 +75,7 @@ const config: Config = {
7575
{
7676
docs:{
7777
sidebarPath:"./sidebars.ts",
78-
routeBasePath:"/docs",
78+
routeBasePath:"/",
7979
breadcrumbs:true,
8080
showLastUpdateTime:true,
8181
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp