mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
feat: enable docusaurus respectPrefersColorScheme (#3746)
This commit is contained in:
@@ -288,6 +288,9 @@ const config: Config = {
|
||||
themeConfig: {
|
||||
// Replace with your project's social card
|
||||
image: "img/home-banner.png",
|
||||
colorMode: {
|
||||
respectPrefersColorScheme: true
|
||||
},
|
||||
navbar: {
|
||||
title: "",
|
||||
logo: {
|
||||
@@ -460,4 +463,4 @@ const config: Config = {
|
||||
};
|
||||
|
||||
|
||||
export default config;
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user