aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-11-10 13:55:35 +0300
committerValentin Popov <valentin@popov.link>2023-11-10 13:55:35 +0300
commite2222cddcf992947b3d5edae7c1243f107eed817 (patch)
tree5a51156373364b576b860bf52e1cf3b6c7945138
parent7a28b548cc574f494da7b3db5a1c5761cec2276f (diff)
downloadpopov.link-e2222cddcf992947b3d5edae7c1243f107eed817.tar.xz
popov.link-e2222cddcf992947b3d5edae7c1243f107eed817.zip
Update base URL to use HTTPS protocol.
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 6a3f21a..f34736f 100644
--- a/config.toml
+++ b/config.toml
@@ -1,5 +1,5 @@
# The base URL of the site; the only required configuration variable.
-base_url = "http://popov.link"
+base_url = "https://popov.link"
# The site title and description; used in feeds by default.
title = "Valentin Popov's Technology Blog"