use dedicated repo for utterances comments

also match on 'og:title' so that it will find comments transferred from
the old repo
This commit is contained in:
John Bowdre 2023-08-22 08:03:34 -05:00
parent 27cdf6ee03
commit fbaed2f026

View file

@ -7,8 +7,8 @@ numberOfFeaturedPosts = 5
# Comments
comments = true
utterancesRepo = "jbowdre/runtimeterror"
utterancesIssueTerm = "title"
utterancesRepo = "jbowdre/blag-comments"
utterancesIssueTerm = "og:title"
utterancesTheme = "gruvbox-dark"
[theme]