Skip to content

Commit 81d2587

Browse files
committed
fix: update logo path
1 parent 283dec0 commit 81d2587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default defineConfig({
1616
message: 'Released under the CC-BY-SA-4.0 license.',
1717
copyright: 'Copyright © 2018-present Doocs'
1818
},
19-
logo: '/favicon.ico',
19+
logo: '/favicon.png',
2020
docFooter: {
2121
prev: '上一页',
2222
next: '下一页'
@@ -88,7 +88,7 @@ export default defineConfig({
8888
]
8989
},
9090
head: [
91-
['link', { rel: 'icon', href: '/favicon.ico' }],
91+
['link', { rel: 'icon', type: 'image/png', href: '/favicon.png' }],
9292
[
9393
'script',
9494
{ async: '', src: 'https://www.googletagmanager.com/gtag/js?id=G-7W625EPRG6' }
File renamed without changes.

0 commit comments

Comments
 (0)