From aa60d9a083479bf4451e0f1a75ad3a78bd2f072c Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Fri, 1 Jun 2018 16:11:21 +0200 Subject: [PATCH] [web] Fixed baseURL. --- web/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/config.toml b/web/config.toml index 6799e466051..a878d94ce06 100644 --- a/web/config.toml +++ b/web/config.toml @@ -1,7 +1,7 @@ languageCode = "en-us" title = "OpenGeoSys" theme = "ogs" -baseURL = "http://localhost:1313" +baseURL = "https://www.opengeosys.org" buildDrafts = false pygmentsstyle = 'friendly' enableGitInfo = true -- GitLab