Skip to content

Commit 0735980

Browse files
committed
Change Giscus configuration to use environment variables for repo details
1 parent 42fbb19 commit 0735980

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docusaurus.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,10 @@ const config: Config = {
224224

225225
// Giscus configuration
226226
giscus: {
227-
repo: 'NETVPX/pterodactyl-api-docs',
228-
repoId: '1031403272',
227+
repo: process.env.GISCUS_REPO,
228+
repoId: process.env.GISCUS_REPO_ID,
229229
category: 'Pages',
230-
categoryId: '45543850',
230+
categoryId: process.env.GISCUS_CATEGORY_ID,
231231
},
232232

233233
// Comprehensive metadata for SEO

0 commit comments

Comments
 (0)