fix output_path in publishconf.py

This commit is contained in:
error 2022-08-28 19:55:13 +02:00
parent 8091fdc5a7
commit 3314af47c5

View File

@ -5,5 +5,5 @@ path.append(curdir)
from pelicanconf import * from pelicanconf import *
SITEURL = 'https://undefinedbehavior.de' SITEURL = 'https://undefinedbehavior.de'
PATH = '/var/www/virtual/undef/html' OUTPUT_PATH = '/var/www/virtual/undef/html/'
RELATIVE_URLS = False RELATIVE_URLS = False