Fix typo http -> https in config.toml
This commit is contained in:
parent
573c2f86b6
commit
1ab1cba91b
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue