We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0cf27 commit 486fc92Copy full SHA for 486fc92
docusaurus.config.js
@@ -15,7 +15,7 @@ const config = {
15
staticDirectories: ['static'],
16
17
// The url for your site: <url>/<baseUrl>/
18
- url: 'https://Code-Study.github.io', // set this
+ url: 'https://code-study.github.io', // set this
19
baseUrl: '/', // set this
20
21
// (optional) GitHub pages deployment config.
@@ -40,6 +40,7 @@ const config = {
40
sidebarPath: './sidebars.js',
41
remarkPlugins: [remarkMath],
42
rehypePlugins: [rehypeKatex],
43
+ routeBasePath: "/",
44
},
45
theme: {
46
customCss: './src/css/custom.scss',
0 commit comments