mirror of
https://github.com/CodePanda66/CSPostgraduate-408.git
synced 2023-05-21 21:49:33 +08:00
🐛 fix icon
This commit is contained in:
@@ -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: '/'},
|
||||
|
||||
BIN
408Notes/.vuepress/public/favicon.ico
Normal file
BIN
408Notes/.vuepress/public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
Reference in New Issue
Block a user