From 4f9158f6af4f914dd9a51c144613790e32001f52 Mon Sep 17 00:00:00 2001 From: Rik Huijzer Date: Mon, 16 Oct 2023 08:51:23 +0200 Subject: [PATCH] docs: show that `base_url` should contain protocol (#2328) --- docs/content/documentation/getting-started/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/getting-started/configuration.md b/docs/content/documentation/getting-started/configuration.md index b2ff781f6a..670725fe91 100644 --- a/docs/content/documentation/getting-started/configuration.md +++ b/docs/content/documentation/getting-started/configuration.md @@ -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 = ""