From 3314af47c5b932302832ad4d11100c4f6ea2c8d9 Mon Sep 17 00:00:00 2001 From: error Date: Sun, 28 Aug 2022 19:55:13 +0200 Subject: [PATCH] fix output_path in publishconf.py --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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