Skip to content

Commit 2a36dd8

Browse files
committed
fix favicon
1 parent a84fb1a commit 2a36dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.vitepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default withMermaid({
44
base: '/docs/',
55
title: 'Yii3 Documentation',
66
ignoreDeadLinks: true,
7-
head: [['link', {rel: 'icon', href: '/favicon.svg', type: 'image/svg+xml'}]],
7+
head: [['link', {rel: 'icon', href: '/docs/favicon.svg', type: 'image/svg+xml'}]],
88
themeConfig: {
99
logo: '/images/yii_logo.svg',
1010
lastUpdated: true,

0 commit comments

Comments
 (0)