Revert "Remove scheme and path from base_url (now only host)"

This reverts commit 637559f596.
Apparently the example value in the config on getzola.org were wrong and this info is still
necessary. :(
This commit is contained in:
Jonas Tobias Hopusch 2021-07-01 00:18:11 +02:00
parent 637559f596
commit 2d5f282419
Failed to generate hash of commit
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
base_url = "www.jotoho.de"
base_url = "https://www.jotoho.de/"
default_language = "en"
minify_html = true