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.

Commit1f16b10

Browse files
committed
Update baseUrl in docusaurus.config.ts
1 parentd0e85db commit1f16b10

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

‎docusaurus.config.ts‎

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { themes as prismThemes } from "prism-react-renderer";
44
import{EnumChangefreq}from"sitemap";
55

66
// const baseUrl = "/docs";
7-
// const baseUrl = "/blog";
87
constbaseUrl="/";
8+
// const baseUrl = "https://docs.coderabbit.ai/";
99

1010
constconfig:Config={
1111
title:"CodeRabbit",
@@ -47,7 +47,11 @@ const config: Config = {
4747
},
4848
{
4949
to:"https://docs.coderabbit.ai/",
50-
from:"/",
50+
from:"/docs",
51+
},
52+
{
53+
to:"https://blog.coderabbit.ai/",
54+
from:"/blog",
5155
},
5256
],
5357
},
@@ -71,7 +75,7 @@ const config: Config = {
7175
{
7276
docs:{
7377
sidebarPath:"./sidebars.ts",
74-
routeBasePath:"/",
78+
routeBasePath:"/docs",
7579
breadcrumbs:true,
7680
showLastUpdateTime:true,
7781
},
@@ -146,7 +150,7 @@ const config: Config = {
146150
sidebarId:"docsSidebar",
147151
position:"left",
148152
label:"Docs",
149-
to:"/",
153+
href:baseUrl,
150154
},
151155
{
152156
// type: "docSidebar",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp