From cf61466629ab73847446b317c8556dfe46e82305 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Thu, 4 Aug 2022 10:06:28 +0800 Subject: [PATCH] :wrench: Chore: change the giscus origins regex --- giscus.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/giscus.json b/giscus.json index d4cf79813..fbdc0b18c 100644 --- a/giscus.json +++ b/giscus.json @@ -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"