From 465d482ba9f95eb131737b95aa17fbd65e72783f Mon Sep 17 00:00:00 2001 From: Oliver Sprinzl Date: Mon, 24 May 2021 17:50:08 +0200 Subject: [PATCH] Do not upload config.toml with baseURL set to localhost --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 9d211c5..e2521b0 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ -# baseURL = "https://test.lugfrankfurt.de/" -baseURL = "http://localhost" +baseURL = "https://test.lugfrankfurt.de/" +# baseURL = "http://localhost" languageCode = "de" defaultContentLanguage = "de" defaultContentLanguageInSubdir = true