From 484de6ef3dec8711de74af705b1e376802b92839 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Sun, 26 Jul 2026 22:23:26 -0400 Subject: [PATCH] Fix upvote api after domain change --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index a0e5f63..39af86e 100644 --- a/hugo.toml +++ b/hugo.toml @@ -61,7 +61,7 @@ themeStyle = "herman" generateSocialCard = true postsToShowOnIndex = 5 upvotes = true -upvoteApi = "https://www.alexselimov.com/api" +upvoteApi = "/api" numBest = 5 [params.author]