From 51828091244ecb44c5677ff00fb5e555c17245ba Mon Sep 17 00:00:00 2001 From: Steven Qiu Date: Sun, 5 Apr 2020 01:23:08 +0800 Subject: [PATCH] fix favicon, close #6 --- .vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vuepress/config.js b/.vuepress/config.js index 9d05a19..97eb27e 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -3,7 +3,7 @@ module.exports = { base: '/', ga: 'UA-136793183-1', head: [ - ['link', { rel: 'icon', href: 'https://resource.littleskin.cn/favicon.png' }] + ['link', { rel: 'icon', href: 'https://littleskin-resource-1251562235.file.myqcloud.com/favicon.png' }] ], serviceWorker: true, markdown: {