We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e801a9 commit b0fb0c1Copy full SHA for b0fb0c1
1 file changed
docusaurus.config.ts
@@ -51,6 +51,9 @@ const config: import('@docusaurus/types').Config = {
51
{
52
// TODO: Add social image
53
// image: 'img/docusaurus-social-card.jpg',
54
+ colorMode: {
55
+ respectPrefersColorScheme: true
56
+ },
57
navbar: {
58
title: 'WASI.dev',
59
logo: {
0 commit comments