Skip to content

Commit

Permalink
docs: Manage system color scheme changes (#6627)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrycjakalinska authored Nov 5, 2024
1 parent 8842d1c commit 03aaa2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/docs-reanimated/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
image: 'img/og-image.png',
colorMode: {
respectPrefersColorScheme: true,
},
metadata: [
{ name: 'og:image:width', content: '1200' },
{ name: 'og:image:height', content: '630' },
Expand Down

0 comments on commit 03aaa2e

Please sign in to comment.