Commit d8dc1b8
lzm
fix(blog): switch giscus category to General
GitHub's default Announcements discussion category is maintainer-only
by design, so logged-in users without admin rights can't post via
giscus — they got 'Unable to create discussion' even though the
giscus-app was installed with Read+Write permissions.
General is open to all repo visitors who are logged into GitHub.
Discussion category id confirmed via GitHub GraphQL API:
Announcements = DIC_kwDOFxYtfs4DEf3i (maintainer-only, rejected)
General = DIC_kwDOFxYtfs4DEf3j (open to all)1 parent ea69e7c commit d8dc1b8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments