Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docusaurus.config): Add color mode configuration
This commit adds a new configuration for the color mode in the `docusaurus.config.ts` file. The `colorMode` object is added with properties to set the default mode to 'dark' and respect the user's preferred color scheme. This allows users to have a consistent color mode experience on the website.
- Loading branch information