From e2222cddcf992947b3d5edae7c1243f107eed817 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 10 Nov 2023 14:55:35 +0400 Subject: Update base URL to use HTTPS protocol. --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3