From da75a560374643cf7c7bf122201a2b031e0ed2fb Mon Sep 17 00:00:00 2001 From: thejinchao Date: Wed, 26 Feb 2025 14:08:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0favicon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 3dfb423..a3fe1b3 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -23,7 +23,13 @@ export default defineUserConfig({ navbar: navbar_def, sidebar: sidebar_def, sidebarDepth: 4, + lastUpdated: false, + repo: "https://github.com/thejinchao/thejinchao.github.io", + colorMode: "light", }), + head:[ + ['link', { rel: 'icon', href: 'favicon.png' }] + ], lang : 'zh-CN', title: '我的博客和笔记', description: '理性派,数学,物理,程序',