From 2920e96b0144a41cfdc8b53ce3d549ee94bf8af0 Mon Sep 17 00:00:00 2001 From: Eric Huang Date: Tue, 12 Mar 2024 18:38:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=B6=E5=AE=83=E5=AD=90=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2logo=E6=98=BE=E7=A4=BA=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index f0c20a7..24645b9 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -15,7 +15,7 @@ module.exports = { }, }, themeConfig: { - logo: 'images/dunwu-logo-100.png', + logo: '/images/dunwu-logo-100.png', repo: 'dunwu/linux-tutorial', repoLabel: 'Github', docsDir: 'docs',