From ddf96702cea3159273c80c62f6a37b4efaddb09b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Br=C3=B6tzmann?= Date: Tue, 26 Nov 2019 21:34:40 +0100 Subject: [PATCH] Config: Revert base URL to https://devel.gajim.org/ The baseurl parameter will be adapted manually. Setting baseurl to gajim.org results in errors while testing on devel.gajim.org. --- config/_default/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index d2da99b..b7874dd 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,4 +1,4 @@ -baseurl = "https://gajim.org/" +baseurl = "https://devel.gajim.org/" contentdir = "content" layoutdir = "layouts" publishdir = "public" -- 2.22.0