Commit 234f094
Fix giscus language mapping issue by enforcing strict pathname matching (#528)
Changed data-strict from '0' to '1' to prevent English pages from matching Chinese discussion threads. This ensures that:
- English pages (/tutorials/video/wan/wan2_2) will have their own separate discussions
- Chinese pages (/zh-CN/tutorials/video/wan/wan2_2) will maintain their separate discussions
- No cross-language comment mixing will occur
Fixes the issue where English tutorial pages were displaying Chinese comments due to fuzzy pathname matching.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>1 parent f19380f commit 234f094
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| |||
0 commit comments