Skip to content

Commit

Permalink
Merge pull request #149 from aws-samples/website
Browse files Browse the repository at this point in the history
Website. Switched to default Dark theme.
  • Loading branch information
frbrkoala authored Nov 15, 2024
2 parents 3b05c26 + cff6ced commit e2a9a43
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,17 @@ const config = {
darkTheme: darkCodeTheme,
additionalLanguages: ['bash', 'diff', 'json'],
},
colorMode: {
defaultMode: 'dark',
disableSwitch: false,
respectPrefersColorScheme: false,
},
themeConfig: {
// Declare some <meta> tags
metadata: [
{name: 'keywords', content: 'blockchain, aws, cloud'},
],
},
}),
};

Expand Down

0 comments on commit e2a9a43

Please sign in to comment.