Skip to content

Commit a8efe68

Browse files
committed
change base url
1 parent 52df2c7 commit a8efe68

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docusaurus.config.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const config: Config = {
1212
favicon: "img/favIcon.png",
1313

1414
// Set the production url of your site here
15-
url: "https://coderabbit.ai/",
15+
url: "https://docs.coderabbit.ai/",
1616
// Set the /<baseUrl>/ pathname under which your site is served
1717
// For GitHub pages deployment, it is often '/<projectName>/'
1818
baseUrl: baseUrl,
@@ -108,7 +108,7 @@ const config: Config = {
108108
],
109109

110110
themeConfig: {
111-
// Replace with your project's social card
111+
image: "img/preview.png",
112112
editUrl: null,
113113
colorMode: {
114114
defaultMode: "light",
@@ -135,7 +135,6 @@ const config: Config = {
135135
},
136136
// Declare some json-ld structured data
137137
],
138-
image: "img/preview.png",
139138
navbar: {
140139
title: "",
141140
hideOnScroll: true,

0 commit comments

Comments
 (0)