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.
diff --git a/config.toml b/config.toml index fe8877a38b0b737a3a590b6d11fb08643c478943..bf38398cf8a64339db5355752b329c005e5b4395 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"