From 804a048e73ca5701e074b554a82b7a11d97ba968 Mon Sep 17 00:00:00 2001 From: 01Petard <1520394133@qq.com> Date: Mon, 2 Dec 2024 20:53:44 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E6=B5=8F?= =?UTF-8?q?=E8=A7=88=E5=99=A8=E5=9B=BE=E6=A0=87=E8=B7=AF=E5=BE=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 4bdb8e3..197c292 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -7,11 +7,11 @@ export default { description: "个人技术知识体系矩阵", head: [ // 网站的图标(显示在浏览器的 tab 上) - ["link", {rel: "icon", href: `${base}favicon.png`}], + ["link", {rel: "icon", href: `../public/favicon.png`}], ], themeConfig: { // https://vitepress.dev/reference/default-theme-config - logo: 'assets/favicon.png', + logo: '../public/favicon.png', // 开启本地搜索 search: { provider: "local"