fix: use HTTPS url in config

This commit is contained in:
Aravinth Manivannan 2022-10-28 00:03:07 +05:30
parent 030221f258
commit 8cdfe342eb
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -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