vuepress / core

Vue-Powered Static Site Generator
https://vuepress.vuejs.org
MIT License
2.29k stars 926 forks source link

[Bug report] 打包部署到github pages之后favicon.ico不能正常加载 #1412

Closed paobuji closed 11 months ago

paobuji commented 1 year ago

Description

export default {
  head: [['link', { rel: 'icon', href: '/images/logo.png' }]],
}

Reproduction

https://v2.vuepress.vuejs.org/zh/reference/config.html#head

Used Package Manager

npm

System Info

vuepress info