Skip to content

Commit 492d564

Browse files
author
Guillaume Chau
committed
docs: add favicon, closes #2423
1 parent 5664643 commit 492d564

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

docs/.vuepress/config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ module.exports = {
1717
}
1818
},
1919
serviceWorker: true,
20+
head: [
21+
['link', { rel: 'icon', href: '/favicon.png' }],
22+
],
2023
theme: 'vue',
2124
themeConfig: {
2225
repo: 'vuejs/vue-cli',
File renamed without changes.

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
home: true
3-
heroImage: /logo.png
3+
heroImage: /favicon.png
44
actionText: Get Started →
55
actionLink: /guide/
66
footer: MIT Licensed | Copyright © 2018-present Evan You

docs/ru/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
home: true
3-
heroImage: /logo.png
3+
heroImage: /favicon.png
44
actionText: Введение →
55
actionLink: /ru/guide/
66
footer: MIT Licensed | Copyright © 2018-present Evan You

docs/zh/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
home: true
3-
heroImage: /logo.png
3+
heroImage: /favicon.png
44
actionText: 起步 →
55
actionLink: /zh/guide/
66
features:

0 commit comments

Comments
 (0)