diff --git a/ikiwiki.setup b/ikiwiki.setup
index d9304fbb..db9ff565 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 => 'http://www.nico.schottelius.org/',
 	# url to the ikiwiki.cgi
@@ -288,5 +288,5 @@ use IkiWiki::Setup::Standard {
    git_wrappermode => '06755',
    gitorigin_branch => 'origin',
    gitmaster_branch => 'master',
- 
+
 }