Skip to content

Commit 656a2d7

Browse files
authored
docs: Add favicon to docs in vitepress config (vuejs#594)
1 parent b55a3cb commit 656a2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @typedef {import('vitepress').UserConfig} UserConfig */
22

33
/** @type {UserConfig['head']} */
4-
const head = []
4+
const head = [['link', { rel: 'icon', href: `/logo.png` }]]
55

66
if (process.env.NODE_ENV === 'production') {
77
head.push([

0 commit comments

Comments
 (0)