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
This commit is contained in:
Yudong Jin 2025-04-27 16:07:22 +08:00 committed by GitHub
parent e1f0903bf7
commit 1904bb8afc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
{
"defaultCommentOrder": "newest"
"defaultCommentOrder": "newest",
"origins": [
"https://www.hello-algo.com",
"https://hello-algo.com"
]
}