mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
fix: del personal config
This commit is contained in:
parent
d1df76e2c2
commit
491cf212e8
1 changed files with 1 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue