From 1904bb8afc09514bad6bd2cca96e8a41485ead06 Mon Sep 17 00:00:00 2001 From: Yudong Jin Date: Sun, 27 Apr 2025 16:07:22 +0800 Subject: [PATCH] Add origins in giscus.json. Update en/README.md. (#1740) * Fix the definition of "complete binary tree" in binary_tree.md * Update en/README.md * Add origins in giscus.json --- giscus.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/giscus.json b/giscus.json index 7a125d0ce..84ea074cd 100644 --- a/giscus.json +++ b/giscus.json @@ -1,3 +1,7 @@ { - "defaultCommentOrder": "newest" + "defaultCommentOrder": "newest", + "origins": [ + "https://www.hello-algo.com", + "https://hello-algo.com" + ] } \ No newline at end of file