docs: show that base_url should contain protocol (#2328)

This commit is contained in:
Rik Huijzer 2023-10-16 08:51:23 +02:00 committed by GitHub
parent 6a612ca388
commit 4f9158f6af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ""