Skip to content

Commit 299c6d7

Browse files
authored
chore: update favicon (doocs#2418)
1 parent 3d3cafa commit 299c6d7

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules
22
.idea
33
.cache
44
.vscode
5-
solution
5+
solution
6+
.DS_Store

docs/favicon.ico

933 Bytes
Binary file not shown.

mkdocs-en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ site_description: LeetCode solutions in any programming language
44
site_dir: site/en
55
docs_dir: docs-en
66
theme:
7+
favicon: favicon.ico
78
language: en
89
font:
910
text: Roboto

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repo_url: https://github.com/doocs/leetcode
99
copyright: Copyright &copy; 2024 <a href="https://github.com/doocs">Doocs</a>
1010

1111
theme:
12+
favicon: favicon.ico
1213
name: material
1314
custom_dir: overrides
1415
features:

0 commit comments

Comments
 (0)