Skip to content

Commit 08c446b

Browse files
committed
Update the favicon of documentation
1 parent d5b661b commit 08c446b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/docusaurus.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type * as Preset from '@docusaurus/preset-classic';
77
const config: Config = {
88
title: 'Declarative SQLite',
99
tagline: 'A comprehensive Dart and Flutter library ecosystem for declarative SQLite schema management and database operations',
10-
favicon: 'img/favicon.ico',
10+
favicon: 'img/logo.png',
1111

1212
// Future flags, see https://docusaurus.io/docs/api/docusaurus-config#future
1313
future: {
@@ -55,6 +55,11 @@ const config: Config = {
5555
],
5656

5757
themeConfig: {
58+
colorMode: {
59+
defaultMode: 'dark',
60+
disableSwitch: false,
61+
respectPrefersColorScheme: false,
62+
},
5863
// Replace with your project's social card
5964
image: 'img/docusaurus-social-card.jpg',
6065
navbar: {

docs/static/img/logo.png

7.92 KB
Loading

0 commit comments

Comments
 (0)