鍍金池/ 問(wèn)答/HTML/ vuepress中,如何設(shè)置favicon?

vuepress中,如何設(shè)置favicon?

vuepress中,如何設(shè)置favicon?

回答
編輯回答
焚音

在config.js文件中增加:

 head: [
    ['link', { rel: 'shortcut icon', type: "image/x-icon", href: `./favicon.ico` }]
 ]
2017年1月30日 10:12