How to set favicon? in vuepress

how to set favicon? in vuepress

Mar.06,2021

add:

to the config.js file
 head: [
    ['link', { rel: 'shortcut icon', type: "image/x-icon", href: `./favicon.ico` }]
 ]
Menu