Skip to content

Commit f714d74

Browse files
committed
docs: add logo as favicon
1 parent 3ee4c59 commit f714d74

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ export default defineConfig({
1616
metaChunk: true,
1717

1818
head: [
19+
[
20+
'link',
21+
{
22+
rel: 'icon',
23+
type: 'image/svg+xml',
24+
href: '/favicon.svg',
25+
},
26+
],
1927
[
2028
'script',
2129
{

docs/public/favicon.svg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.github/logo-mini.svg

0 commit comments

Comments
 (0)