From 66c705567234ea566d93fb0d59a5872eb12ac826 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 7 May 2021 18:04:18 +0200 Subject: use i18n logic from site generator --- build-system/configure.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build-system/configure.py') diff --git a/build-system/configure.py b/build-system/configure.py index 0f9274e4..e1eadc8e 100644 --- a/build-system/configure.py +++ b/build-system/configure.py @@ -7,9 +7,9 @@ b.enable_prefix() b.enable_configmk() b.use(Option("variant", "Variant (used as output directory)")) -# Base URL for the site. Per default, the URL is the protocol-relative -# root path. -b.use(Option("baseurl", "Base URL that the site will run on", default="//", required=False)) +# Base URL override for the site. The default (empty string) +# will fall back to the base URL defined www.yml. +b.use(Option("baseurl", "Override base URL that the site will run on", default="", required=False)) b.use(PythonTool()) b.use(PyBabelTool()) -- cgit v1.2.3