Fix typo http -> https in config.toml

This commit is contained in:
Joshua Goins 2022-08-04 10:26:38 -04:00
parent 573c2f86b6
commit 1ab1cba91b

View file

@ -4,7 +4,7 @@ theme = "mytheme"
summaryLength = 30 summaryLength = 30
disableHugoGeneratorInject = true disableHugoGeneratorInject = true
enableEmoji = true enableEmoji = true
baseURL = "http://xiv.zone/" baseURL = "https://xiv.zone/"
[params] [params]
mainSections = ["astra"] mainSections = ["astra"]