Skip to content

Commit

Permalink
feat(docs): default dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
arielweinberger committed Oct 20, 2023
1 parent 2d71c45 commit 7803fc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ const config: DocsThemeConfig = {
text: 'UniLLM',
},
darkMode: true,
nextThemes: {
defaultTheme: "dark",
},
themeSwitch: {
component: false,
},
Expand Down

0 comments on commit 7803fc5

Please sign in to comment.