Skip to content

Commit 9c5cfe0

Browse files
committed
chore: Default theme to dark mode
1 parent 1e976fd commit 9c5cfe0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docusaurus.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ const config = {
8585
metadata: [
8686
{name: 'keywords', content: 'react, chatbot, chat, chatbotify, conversational-chatbot'}
8787
],
88+
colorMode: {
89+
defaultMode: 'dark',
90+
},
8891
navbar: {
8992
title: 'React ChatBotify',
9093
logo: {

0 commit comments

Comments
 (0)