update favicon

This commit is contained in:
Donggang Cao 2020-12-17 20:30:12 +08:00
parent b5fae3359a
commit 45bf20bb79
6 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ module.exports = {
* refhttps://v1.vuepress.vuejs.org/config/#head
*/
head: [
['link', { rel: "apple-touch-icon", sizes: "180x180", href: "/apple-icon.png"}],
['link', { rel: "icon", type: "image/png", sizes: "32x32", href: "/favicon-32x32.png"}],
['link', { rel: "icon", type: "image/png", sizes: "16x16", href: "/favicon-16x16.png"}],
['meta', { name: 'theme-color', content: '#3eaf7c' }],
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }]

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 894 B