We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b661b commit 08c446bCopy full SHA for 08c446b
docs/docusaurus.config.ts
@@ -7,7 +7,7 @@ import type * as Preset from '@docusaurus/preset-classic';
7
const config: Config = {
8
title: 'Declarative SQLite',
9
tagline: 'A comprehensive Dart and Flutter library ecosystem for declarative SQLite schema management and database operations',
10
- favicon: 'img/favicon.ico',
+ favicon: 'img/logo.png',
11
12
// Future flags, see https://docusaurus.io/docs/api/docusaurus-config#future
13
future: {
@@ -55,6 +55,11 @@ const config: Config = {
55
],
56
57
themeConfig: {
58
+ colorMode: {
59
+ defaultMode: 'dark',
60
+ disableSwitch: false,
61
+ respectPrefersColorScheme: false,
62
+ },
63
// Replace with your project's social card
64
image: 'img/docusaurus-social-card.jpg',
65
navbar: {
docs/static/img/logo.png
7.92 KB
0 commit comments