Remove scheme and path from base_url (now only host)

This commit is contained in:
Jonas Tobias Hopusch 2021-07-01 00:11:31 +02:00
parent 8f5cf19449
commit 637559f596
Failed to generate hash of commit
1 changed files with 1 additions and 1 deletions

View File

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