From 0ab5a58e266ba0e76276843a967a209c402b44d3 Mon Sep 17 00:00:00 2001 From: ayaan-d <74125178+ayaan-d@users.noreply.github.com> Date: Sun, 26 May 2024 18:24:13 -0700 Subject: [PATCH] Change the Giscus mapping to be based off of URL (#2813) --- components/giscus-comments.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/giscus-comments.tsx b/components/giscus-comments.tsx index be0d90b..baf9ab8 100644 --- a/components/giscus-comments.tsx +++ b/components/giscus-comments.tsx @@ -26,7 +26,7 @@ export default function CommentSection() { category={category} categoryId={category_id} strict="1" - mapping="pathname" + mapping="url" reactionsEnabled="1" emitMetadata="0" inputPosition="top"