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 d1ffd9d commit 9febe69Copy full SHA for 9febe69
docs/img/light/settings.png
-100 Bytes
docusaurus.config.js
@@ -16,7 +16,7 @@ const config = {
16
url: 'https://drawdb-io.github.io',
17
// Set the /<baseUrl>/ pathname under which your site is served
18
// For GitHub pages deployment, it is often '/<projectName>/'
19
- baseUrl: '/',
+ baseUrl: '/docs/',
20
21
// GitHub pages deployment config.
22
// If you aren't using GitHub pages, you don't need these.
@@ -95,7 +95,7 @@ const config = {
95
items: [
96
{
97
label: 'Docs',
98
- to: '/intro',
+ to: '/',
99
},
100
],
101
0 commit comments