Skip to content

Commit 40f0dd9

Browse files
cjpearsonmichalsnik
authored andcommitted
chore(docs): Add favicon (#779)
1 parent db06136 commit 40f0dd9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/.vuepress/config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ module.exports = {
3232
description: 'Official ESLint plugin for Vue.js',
3333
serviceWorker: true,
3434
evergreen: true,
35+
head: [
36+
['link', { rel: 'icon', href: '/favicon.png' }]
37+
],
3538

3639
themeConfig: {
3740
repo: 'vuejs/eslint-plugin-vue',

docs/.vuepress/public/favicon.png

3.37 KB
Loading

0 commit comments

Comments
 (0)