aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2022-06-24 13:04:28 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2022-06-24 13:04:28 +0200
commitb16207cc15f5ad3eb9b4ce3194a72609b12529c1 (patch)
treee7c10afc09e085177af3606390c2b559b20fad19
parentd5691e6b6e9c3af924d376428379eab3bbc035fc (diff)
downloadgabrielgio.me-b16207cc15f5ad3eb9b4ce3194a72609b12529c1.tar.gz
gabrielgio.me-b16207cc15f5ad3eb9b4ce3194a72609b12529c1.tar.bz2
gabrielgio.me-b16207cc15f5ad3eb9b4ce3194a72609b12529c1.zip
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.
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
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"