From d67729f0a0b8fb3e8b0710ce2464557f2381996d Mon Sep 17 00:00:00 2001 From: Peter Chen <13093023233@163.com> Date: Tue, 24 May 2022 22:24:32 +0800 Subject: [PATCH] Update posts.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 默认是 /about 的 router 路由,如果是小白使用的话,可能一打开关于页面就 404 了😂 --- public/default-files/config/posts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/default-files/config/posts.json b/public/default-files/config/posts.json index 10333c4e..e510842b 100644 --- a/public/default-files/config/posts.json +++ b/public/default-files/config/posts.json @@ -18,7 +18,7 @@ "openType": "Internal" }, { - "link": "/post/about", + "link": "/about", "name": "关于", "openType": "Internal" }