🐛 fix icon

This commit is contained in:
Kim Yang
2020-08-17 22:24:36 +08:00
parent 6d3cbc3248
commit 8a1506aac8
2 changed files with 3 additions and 2 deletions

View File

@@ -9,8 +9,9 @@ module.exports = {
themeConfig: {
logo: 'icons.png',
head:[
['link',{rel:'icon',href:'/icons.png'}],
['link', { rel: 'apple-touch-icon', href: `/icons.png` }],
['link',{rel:'icon',href:'/favicon.ico',type:"image/x-icon"}],
['link',{rel:' short icon',href:'/favicon.ico',type:"image/x-icon"}],
['link', { rel: 'apple-touch-icon', href: `/favicon.ico`,type:"image/x-icon" }],
],
nav: [
{text: '首页', link: '/'},

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB