🔧 Chore: change the giscus origins regex

This commit is contained in:
Cell
2022-08-04 10:06:28 +08:00
parent 65371a19a4
commit cf61466629
+2 -2
View File
@@ -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"