Skip to content

Commit

Permalink
[packages/template,#163][s]: add giscus json file
Browse files Browse the repository at this point in the history
Custom giscus.json file in site's root to restrict the domains that can load giscus with our repository's discussions.
  • Loading branch information
khalilcodes committed Feb 1, 2023
1 parent 8f315a2 commit b69e3e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/template/giscus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"origins": ["https://flowershow.app"],
"originsRegex": ["http://localhost:[0-9]+"],
"defaultCommentOrder": "newest"
}

0 comments on commit b69e3e0

Please sign in to comment.