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}`, }, }, }