fix: use HTTPS url in config
This commit is contained in:
parent
030221f258
commit
8cdfe342eb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue