From 5766c5f878b5285a97f707538ac4ea90f3029af0 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 273b3935ce..5ae79e98df 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 = ""