From 491cf212e870422b9634537358a12408cb2b1c65 Mon Sep 17 00:00:00 2001 From: shinya Date: Mon, 7 Apr 2025 00:17:40 +0800 Subject: [PATCH] fix: del personal config --- src/config.ts | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/config.ts b/src/config.ts index 394c04f..9e2c565 100644 --- a/src/config.ts +++ b/src/config.ts @@ -72,7 +72,7 @@ export const themeConfig: ThemeConfig = { comment: { // enable comment system enabled: true, // true, false - provider: 'giscus', // giscus, waline + provider: 'waline', // giscus, waline // waline comment system // https://waline.js.org/en/ waline: { @@ -89,16 +89,6 @@ export const themeConfig: ThemeConfig = { // image uploader // bug: unable to hide image uploader icon imageUploader: false, // true, false - }, - giscus: { - repo: "senshinya/blog", - repoID: "R_kgDOLAV3QQ", - category: "Announcements", - categoryID: "DIC_kwDOLAV3Qc4CcKlC", - mapping: "pathname", - inputPosition: "top", - lang: "zh-CN", - loading: "lazy", } }, // COMMENT SETTINGS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> END