Skip to content

Commit 161755c

Browse files
authored
Add Favicon (#29)
* Create test.txt * Add favicon to public folder * Delete test.txt * Add favicon handling to doczrc
1 parent 5d42184 commit 161755c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doczrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ export default {
44
colors: { primary: '#294E80' },
55
},
66
typescript: true,
7+
public: 'public',
8+
htmlContext: {
9+
favicon: 'public/favicon.ico'
10+
}
711
};

public/favicon.ico

15 KB
Binary file not shown.

0 commit comments

Comments
 (0)