Skip to content

Commit

Permalink
🔧 Chore: change the giscus origins regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Aug 4, 2022
1 parent 65371a1 commit cf61466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions giscus.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"https://hugofixit.vercel.app"
],
"originsRegex": [
"https://fixit-git-([A-z0-9]|-)*lruihao\\.vercel\\.app",
"https://fixit-[A-z0-9]{9}-lruihao\\.vercel\\.app",
"https://fixit-git-([A-z0-9]|-)*x-cell\\.vercel\\.app",
"https://fixit-[A-z0-9]{9}-x-cell\\.vercel\\.app",
"http://localhost:[0-9]+"
],
"defaultCommentOrder": "oldest"
Expand Down

0 comments on commit cf61466

Please sign in to comment.