From f7acfef02da8399b54b83fdf1096934a0d8e1baf Mon Sep 17 00:00:00 2001 From: squidfunk Date: Tue, 22 Mar 2022 19:03:31 +0100 Subject: [PATCH] Added origins in giscus.json to omit discussion spam --- giscus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/giscus.json b/giscus.json index b484b33ee..d88dfcb1c 100644 --- a/giscus.json +++ b/giscus.json @@ -1,3 +1,3 @@ { - "origins": ["https://squidfunk.github.io/"] + "origins": ["https://squidfunk.github.io"] }