Skip to content

Commit 2391f60

Browse files
authored
Merge pull request #35 from rajsite/patch-1
Use system theme by default
2 parents 6e801a9 + b0fb0c1 commit 2391f60

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docusaurus.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ const config: import('@docusaurus/types').Config = {
5151
{
5252
// TODO: Add social image
5353
// image: 'img/docusaurus-social-card.jpg',
54+
colorMode: {
55+
respectPrefersColorScheme: true
56+
},
5457
navbar: {
5558
title: 'WASI.dev',
5659
logo: {

0 commit comments

Comments
 (0)