Skip to content

Commit a906c7b

Browse files
authored
Update Comments.vue
1 parent 38c4653 commit a906c7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vitepress/theme/Comments.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const loadGiscus = () => {
2929
// Create script
3030
const script = document.createElement('script')
3131
script.src = 'https://giscus.app/client.js'
32-
script.dataset.repo = 'SingularityX-ai/penify-discussions' // Updated to your actual repo name
32+
script.dataset.repo = 'Penify-dev/penify-discussions' // Updated to your actual repo name
3333
script.dataset.repoId = 'R_kgDOOBxgmA' // This needs to be updated with the correct repo ID
3434
script.dataset.category = 'Announcements' // This may need to be updated
3535
script.dataset.categoryId = 'DIC_kwDOOBxgmM4Cnexr' // This needs to be updated with the correct category ID

0 commit comments

Comments
 (0)