Skip to content

Commit 58c001e

Browse files
committed
fix: Fix base url
1 parent 6dc777f commit 58c001e

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
@@ -42,7 +42,7 @@ const config = {
4242
url: process.env.PUBLIC_SITE_ROOT || 'http://localhost:3000',
4343
// Set the /<baseUrl>/ pathname under which your site is served
4444
// For GitHub pages deployment, it is often '/<projectName>/'
45-
baseUrl: '/',
45+
baseUrl: '/docs',
4646

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

0 commit comments

Comments
 (0)