We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2afc07d commit d233363Copy full SHA for d233363
1 file changed
.vitepress/theme/Comments.vue
@@ -29,7 +29,7 @@ const loadGiscus = () => {
29
// Create script
30
const script = document.createElement('script')
31
script.src = 'https://giscus.app/client.js'
32
- script.dataset.repo = 'SingularityX-ai/penify-discussions' // Updated to your actual repo name
+ script.dataset.repo = 'Penify-dev/penify-discussions' // Updated to your actual repo name
33
script.dataset.repoId = 'R_kgDOOBxgmA' // This needs to be updated with the correct repo ID
34
script.dataset.category = 'Announcements' // This may need to be updated
35
script.dataset.categoryId = 'DIC_kwDOOBxgmM4Cnexr' // This needs to be updated with the correct category ID
0 commit comments