Skip to content

Commit 31ce6ca

Browse files
authored
Update docusaurus.config.ts
1 parent ea89e2b commit 31ce6ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const config: Config = {
3939
"@docusaurus/preset-classic",
4040
{
4141
docs: {
42-
editUrl: "https://github.com/hungtcs/datadata-docs/tree/master/",
42+
editUrl: "https://github.com/hungtcs/datadata-com-docs/tree/master/",
4343
sidebarPath: "./sidebars-docs.ts",
4444
routeBasePath: "docs",
4545
showLastUpdateTime: true,
@@ -114,7 +114,7 @@ const config: Config = {
114114
{
115115
id: "development",
116116
path: "development",
117-
editUrl: "https://github.com/hungtcs/datadata-docs/tree/master/",
117+
editUrl: "https://github.com/hungtcs/datadata-com-docs/tree/master/",
118118
sidebarPath: "./sidebars-development.ts",
119119
routeBasePath: "development",
120120
showLastUpdateTime: true,
@@ -222,7 +222,7 @@ const config: Config = {
222222
} satisfies Preset.ThemeConfig,
223223
stylesheets: [
224224
{
225-
href: "/datadata-docs/lib/katex-v0.16.11/katex.min.css",
225+
href: "/datadata-com-docs/lib/katex-v0.16.11/katex.min.css",
226226
type: "text/css",
227227
},
228228
],

0 commit comments

Comments
 (0)