From 8cdfe342eb2ba0f2a354385511ba7112334c04aa Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Fri, 28 Oct 2022 00:03:07 +0530 Subject: [PATCH] fix: use HTTPS url in config --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 2c21207..b98c9ad 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "http://gitea-open-letter.coding.social/" +base_url = "https://gitea-open-letter.coding.social/" # Whether to automatically compile all Sass files in the sass directory compile_sass = true