fix: del personal config

This commit is contained in:
shinya 2025-04-07 00:17:40 +08:00
parent d1df76e2c2
commit 491cf212e8
No known key found for this signature in database
GPG key ID: A27DBCC544F50A01

View file

@ -72,7 +72,7 @@ export const themeConfig: ThemeConfig = {
comment: { comment: {
// enable comment system // enable comment system
enabled: true, // true, false enabled: true, // true, false
provider: 'giscus', // giscus, waline provider: 'waline', // giscus, waline
// waline comment system // waline comment system
// https://waline.js.org/en/ // https://waline.js.org/en/
waline: { waline: {
@ -89,16 +89,6 @@ export const themeConfig: ThemeConfig = {
// image uploader // image uploader
// bug: unable to hide image uploader icon // bug: unable to hide image uploader icon
imageUploader: false, // true, false 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 // COMMENT SETTINGS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> END