Skip to content

Commit 8000568

Browse files
authored
Change base URL for GitHub Pages deployment
A change was merged by accident
1 parent 70a3a55 commit 8000568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const config = {
1616
url: 'https://lidsol.github.io',
1717
// Set the /<baseUrl>/ pathname under which your site is served
1818
// For GitHub pages deployment, it is often '/<projectName>/'
19-
baseUrl: '/',
19+
baseUrl: '/drawdb-docs/',
2020

2121
// GitHub pages deployment config.
2222
// If you aren't using GitHub pages, you don't need these.

0 commit comments

Comments
 (0)