diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-06-24 13:04:28 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-06-24 13:04:28 +0200 |
commit | b16207cc15f5ad3eb9b4ce3194a72609b12529c1 (patch) | |
tree | e7c10afc09e085177af3606390c2b559b20fad19 | |
parent | d5691e6b6e9c3af924d376428379eab3bbc035fc (diff) | |
download | gabrielgio.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.toml | 2 |
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" |