From c79319a6ae09f0618cd3fd36445edef49e088e91 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Fri, 5 May 2023 10:48:01 -0700 Subject: [PATCH] Clarify description of baseURL --- content/en/getting-started/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md index f46818da1..8290a1e65 100644 --- a/content/en/getting-started/configuration.md +++ b/content/en/getting-started/configuration.md @@ -135,7 +135,7 @@ The directory where Hugo finds asset files used in [Hugo Pipes](/hugo-pipes/). { ### baseURL -Hostname (and path) to the root, e.g. https://bep.is/ +The absolute URL (protocol, host, path, and trailing slash) of your published site (e.g., `https://www.example.org/docs/`). ### build