From aba61186bd738e2f7a652ee39e75078bb5799b2c Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 30 Nov 2015 15:10:30 +0200 Subject: [PATCH] config.toml: Use simple baseurl Signed-off-by: Alan Orth --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index a83c4ed90..b6ef86c66 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseurl = "https://alanorth.github.io/cgspace-notes/" +baseurl = "/cgspace-notes/" languageCode = "en-us" title = "CGSpace Notes" newContentEditor = "vim"