From 2eb50de27e2ca7a1032f7fc5ffb759184fb25f69 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 7 Apr 2019 16:56:01 +0200 Subject: [PATCH] Change the destination path of ikiwiki --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index e29825c5..a2ad1388 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -18,7 +18,7 @@ use IkiWiki::Setup::Standard { # where the source of the wiki is located srcdir => '/home/nico/nico.schottelius.org', # where to build the wiki - destdir => '/home/services/www/nico/nico.schottelius.org/www', + destdir => '/home/services/www/nico/www.nico.schottelius.org/www', # base url to the wiki url => 'https://www.nico.schottelius.org/', # url to the ikiwiki.cgi