We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84fb1a commit 2a36dd8Copy full SHA for 2a36dd8
src/.vitepress/config.js
@@ -4,7 +4,7 @@ export default withMermaid({
4
base: '/docs/',
5
title: 'Yii3 Documentation',
6
ignoreDeadLinks: true,
7
- head: [['link', {rel: 'icon', href: '/favicon.svg', type: 'image/svg+xml'}]],
+ head: [['link', {rel: 'icon', href: '/docs/favicon.svg', type: 'image/svg+xml'}]],
8
themeConfig: {
9
logo: '/images/yii_logo.svg',
10
lastUpdated: true,
0 commit comments