Skip to content

Commit 486fc92

Browse files
committed
[Add] dacusaurus config
1 parent 2c0cf27 commit 486fc92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const config = {
1515
staticDirectories: ['static'],
1616

1717
// The url for your site: <url>/<baseUrl>/
18-
url: 'https://Code-Study.github.io', // set this
18+
url: 'https://code-study.github.io', // set this
1919
baseUrl: '/', // set this
2020

2121
// (optional) GitHub pages deployment config.
@@ -40,6 +40,7 @@ const config = {
4040
sidebarPath: './sidebars.js',
4141
remarkPlugins: [remarkMath],
4242
rehypePlugins: [rehypeKatex],
43+
routeBasePath: "/",
4344
},
4445
theme: {
4546
customCss: './src/css/custom.scss',

0 commit comments

Comments
 (0)