From 3e2484e69b4c9416f49eda4f4e75561198f52712 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Mon, 22 Jul 2024 10:52:20 +0800 Subject: [PATCH] :wrench: Chore(ignore): change giscus default comment order --- giscus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/giscus.json b/giscus.json index 2b3186e4..236a9f5a 100644 --- a/giscus.json +++ b/giscus.json @@ -10,5 +10,5 @@ "https://docs-[A-z0-9]{9}-cell-x\\.vercel\\.app", "http://localhost:[0-9]+" ], - "defaultCommentOrder": "oldest" + "defaultCommentOrder": "newest" } \ No newline at end of file