From 5224a8e639911c24974743e12d10936104d4d56d Mon Sep 17 00:00:00 2001 From: Erison Silva Date: Tue, 22 Oct 2024 21:07:39 +0200 Subject: [PATCH] Update config.ts enable reactions --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index f1188b7..7c23ec8 100644 --- a/src/config.ts +++ b/src/config.ts @@ -161,7 +161,7 @@ export const GISCUS: GiscusProps = { category: "Posts", categoryId: "DIC_kwDOJuBh5c4CixZR", mapping: "pathname", - reactionsEnabled: "0", + reactionsEnabled: "1", emitMetadata: "0", inputPosition: "bottom", lang: "en",