From b16207cc15f5ad3eb9b4ce3194a72609b12529c1 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Fri, 24 Jun 2022 13:04:28 +0200 Subject: ref: Move to https to avoid redirections The server is set up to redirect from http to https call causing some links jumps to be redirected. --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index fe8877a..bf38398 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "http://gabrielgio.me/" +baseURL = "https://gabrielgio.me/" languageCode = "en-us" title = "Yet Another Blog" theme = "flamingo" -- cgit v1.2.3