mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
update giscus to use discussions
This commit is contained in:
parent
66ffda7702
commit
16bee77ba3
|
@ -7,10 +7,10 @@ export default function GiscusComponent() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Giscus
|
<Giscus
|
||||||
repo="meshtastic/meshtastic"
|
repo="meshtastic/discussions"
|
||||||
repoId="MDEwOlJlcG9zaXRvcnkzMzkzMDEyMjI="
|
repoId="R_kgDONDs6gA"
|
||||||
category="Blog Post Comments"
|
category="Blog Post Comments"
|
||||||
categoryId="DIC_kwDOFDlTZs4Choq7"
|
categoryId="DIC_kwDONDs6gM4Cjy3h"
|
||||||
mapping="pathname"
|
mapping="pathname"
|
||||||
term="specific-term" //If you didn't select "Discussion title contains a specific term", omit.
|
term="specific-term" //If you didn't select "Discussion title contains a specific term", omit.
|
||||||
strict="1"
|
strict="1"
|
||||||
|
|
Loading…
Reference in a new issue