Skip to content

Commit

Permalink
dark by default
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Apr 4, 2024
1 parent 244de0f commit 809ae82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default defineConfig({
outDir: 'REPLACE_ME_DOCUMENTER_VITEPRESS', // This is required for MarkdownVitepress to work correctly...
head: [['link', { rel: 'icon', href: 'REPLACE_ME_DOCUMENTER_VITEPRESS_FAVICON' }]],
ignoreDeadLinks: true,
appearance: 'dark',

markdown: {
math: true,
Expand Down

0 comments on commit 809ae82

Please sign in to comment.