Fix upvote api after domain change
All checks were successful
Build and Deploy Hugo / deploy (push) Successful in 1m49s
All checks were successful
Build and Deploy Hugo / deploy (push) Successful in 1m49s
This commit is contained in:
parent
63e9b1a339
commit
484de6ef3d
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ themeStyle = "herman"
|
||||||
generateSocialCard = true
|
generateSocialCard = true
|
||||||
postsToShowOnIndex = 5
|
postsToShowOnIndex = 5
|
||||||
upvotes = true
|
upvotes = true
|
||||||
upvoteApi = "https://www.alexselimov.com/api"
|
upvoteApi = "/api"
|
||||||
numBest = 5
|
numBest = 5
|
||||||
|
|
||||||
[params.author]
|
[params.author]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue