Skip to content

Commit

Permalink
Change the Giscus mapping to be based off of URL (#2813)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayaan-d authored May 27, 2024
1 parent 172e311 commit 0ab5a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/giscus-comments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0ab5a58

Please sign in to comment.