mirror of
https://github.com/getzola/zola
synced 2025-03-04 06:57:17 +00:00
docs: show that base_url
should contain protocol (#2328)
This commit is contained in:
parent
6a612ca388
commit
4f9158f6af
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue