Skip to content

Commit

Permalink
💄 Added giuscus comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SebaOfficial committed Jan 11, 2024
1 parent 97924ab commit 3b0233c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sebaofficial/qwer",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"license": "MIT",
"homepage": "https://github.com/SebaOfficial/QWER",
Expand Down
8 changes: 4 additions & 4 deletions user/config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ export const dateConfig: Site.DateConfig = {
export const giscusConfig: Giscus.Config = {
enable: true,
id: 'giscus-comment',
repo: import.meta.env.QWER_GISCUS_REPO,
repoId: import.meta.env.QWER_GISCUS_REPO_ID,
category: import.meta.env.QWER_GISCUS_CATEGORY,
categoryId: import.meta.env.QWER_GISCUS_CATEGORY_ID,
repo: 'sebaofficial/qwer',
repoId: 'R_kgDOLCksuA',
category: 'Announcements',
categoryId: 'DIC_kwDOLCksuM4CcWO5',
mapping: 'pathname',
reactionsEnabled: '1',
emitMetadata: '0',
Expand Down

0 comments on commit 3b0233c

Please sign in to comment.