From 97f4ebf5e7f80a07424cf98ab1e8ad0bfbb5181b Mon Sep 17 00:00:00 2001 From: Kim Yang Date: Tue, 18 Aug 2020 00:10:17 +0800 Subject: [PATCH] :bug: fix comments --- 408Notes/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/408Notes/.vuepress/config.js b/408Notes/.vuepress/config.js index fa263e2..a4d6e09 100644 --- a/408Notes/.vuepress/config.js +++ b/408Notes/.vuepress/config.js @@ -73,7 +73,7 @@ module.exports = { prefix:'[Comments]',//Issue 标题的前缀 locale:'zh',//使用的语言。 issueContent: ({ url }) => - `这个 Issue 由评论系统自动创建,用来存储[该页面](${url})的评论:`, + `这个 Issue 由评论系统自动创建,用来存储该页面的评论:${url}`, }, }, }