diff --git a/408Notes/.vuepress/config.js b/408Notes/.vuepress/config.js index 9024055..198d86e 100644 --- a/408Notes/.vuepress/config.js +++ b/408Notes/.vuepress/config.js @@ -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: '/'}, diff --git a/408Notes/.vuepress/public/favicon.ico b/408Notes/.vuepress/public/favicon.ico new file mode 100644 index 0000000..d6dd302 Binary files /dev/null and b/408Notes/.vuepress/public/favicon.ico differ