From 79dd6579870a0996f0d77683840b8071778f88dc Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 27 May 2017 17:56:04 +0200 Subject: [PATCH] Change the baseurl config key --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 1da1c247..bb17fbc4 100644 --- a/_config.yml +++ b/_config.yml @@ -2,5 +2,5 @@ title: Radicale email: contact@kozea.fr description: A Free and Open-Source CalDAV and CardDAV Server -baseurl: "/" +baseurl: "" url: "http://radicale.org"