Skip to content

Commit

Permalink
新增utterance评论系统
Browse files Browse the repository at this point in the history
  • Loading branch information
MusherM committed Jun 3, 2024
1 parent e859b1c commit fba0047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const BLOG = {
},
comment: {
// support provider: gitalk, utterances, cusdis
provider: "", // leave it empty if you don't need any comment plugin
provider: "utterances", // leave it empty if you don't need any comment plugin
gitalkConfig: {
repo: "", // The repository of store comments
owner: "",
Expand All @@ -49,7 +49,7 @@ const BLOG = {
distractionFreeMode: false,
},
utterancesConfig: {
repo: "IMBlues/IMBlues.github.io",
repo: "MusherM/musherm.github.io",
},
cusdisConfig: {
appId: "", // data-app-id
Expand Down

0 comments on commit fba0047

Please sign in to comment.