From 1ab1cba91b7682e9199d7d4f5297adeed2a79d5d Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 4 Aug 2022 10:26:38 -0400 Subject: [PATCH] Fix typo http -> https in config.toml --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index c53f47e..5ad72f2 100644 --- a/config.toml +++ b/config.toml @@ -4,7 +4,7 @@ theme = "mytheme" summaryLength = 30 disableHugoGeneratorInject = true enableEmoji = true -baseURL = "http://xiv.zone/" +baseURL = "https://xiv.zone/" [params] mainSections = ["astra"]