Skip to content

Commit

Permalink
feat: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Apr 19, 2023
1 parent b4bdd1f commit c78b9c0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const config = {
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
favicon: 'img/favicon.ico',
organizationName: 'ogen-go', // Usually your GitHub org/user name.
projectName: 'ogen', // Usually your repo name.
organizationName: 'ogen-go',
projectName: 'ogen',

presets: [
[
Expand Down Expand Up @@ -103,8 +103,13 @@ const config = {
]
},
colorMode: {
defaultMode: 'dark',
respectPrefersColorScheme: true,
},
prism: {
theme: require('prism-react-renderer/themes/github'),
darkTheme: require('prism-react-renderer/themes/dracula'),
}
}),
};

Expand Down

0 comments on commit c78b9c0

Please sign in to comment.