diff --git a/publishconf.py b/publishconf.py index a6db35d..76ce74d 100644 --- a/publishconf.py +++ b/publishconf.py @@ -5,5 +5,5 @@ path.append(curdir) from pelicanconf import * SITEURL = 'https://undefinedbehavior.de' -PATH = '/var/www/virtual/undef/html' +OUTPUT_PATH = '/var/www/virtual/undef/html/' RELATIVE_URLS = False