Skip to content

Commit 7ecc853

Browse files
committed
Fix baseUrl
1 parent c4a7f01 commit 7ecc853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const config = {
1515
url: 'https://virtualcoffee.io',
1616
// Set the /<baseUrl>/ pathname under which your site is served
1717
// For GitHub pages deployment, it is often '/<projectName>/'
18-
baseUrl: '/community-docs/',
18+
baseUrl: '/',
1919

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

0 commit comments

Comments
 (0)