Fix base url hostname
1diff --git a/config.toml b/config.toml 2index 7a1b9670d5464a19276b3b88b939022385dc2da5..114a6875cd42591185cde4e288912c9bb6710e3c 100644 3--- a/config.toml 4+++ b/config.toml 5@@ -1,4 +1,4 @@ 6-baseURL = "http://gabrielgio.com/" 7+baseURL = "https://gabrielgio.me/" 8 languageCode = "en-us" 9 title = "Yet Another blog" 10 theme = "flamingo"