docs: show that base_url
should contain protocol (#2328)
This commit is contained in:
parent
6a612ca388
commit
4f9158f6af
@ -26,7 +26,7 @@ used by Zola as well as their default values are listed below:
|
||||
|
||||
```toml
|
||||
# The base URL of the site; the only required configuration variable.
|
||||
base_url = "mywebsite.com"
|
||||
base_url = "https://mywebsite.com"
|
||||
|
||||
# The site title and description; used in feeds by default.
|
||||
title = ""
|
||||
|
Loading…
Reference in New Issue
Block a user