Skip to content

Commit 3950b84

Browse files
committed
fix: Fix base url
1 parent b1a8dfd commit 3950b84

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
@@ -41,7 +41,7 @@ const config = {
4141
url: 'https://react-chatbotify.com',
4242
// Set the /<baseUrl>/ pathname under which your site is served
4343
// For GitHub pages deployment, it is often '/<projectName>/'
44-
baseUrl: '/docs',
44+
baseUrl: '/',
4545

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

0 commit comments

Comments
 (0)