This is an automated email from the ASF dual-hosted git repository.

benjobs pushed a commit to branch dev
in repository 
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new a9d99527 [Improve] theme default mode change to dark
a9d99527 is described below

commit a9d99527917ba60b358568f260cfff36d106adda
Author: benjobs <[email protected]>
AuthorDate: Sat Sep 9 09:45:48 2023 +0800

    [Improve] theme default mode change to dark
---
 docusaurus.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index ee3d30af..654f61d3 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -89,7 +89,7 @@ const config = {
 
   themeConfig: ({
     colorMode: {
-      defaultMode: 'light',
+      defaultMode: 'dark',
       disableSwitch: false,
       respectPrefersColorScheme: true,
     },

Reply via email to