diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-31 23:02:51 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-31 23:02:51 +0200 |
commit | 91cfe6b538006b23e7955b26b97d5cadb6596931 (patch) | |
tree | 3151d44b43b7d084b42161d6185ff5306aa62e7c | |
parent | Add linkedin social (diff) | |
download | baitinq.ml-91cfe6b538006b23e7955b26b97d5cadb6596931.tar.gz baitinq.ml-91cfe6b538006b23e7955b26b97d5cadb6596931.tar.bz2 baitinq.ml-91cfe6b538006b23e7955b26b97d5cadb6596931.zip |
Change baseURL to be https
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index b1f8620..2b494cb 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = 'http://baitinq.github.io/' +baseURL = 'https://baitinq.github.io/' languageCode = 'en-us' title = 'Baitinq' enableRobotsTXT = true |