From 088a9039e26c918f9f6414e099ea1ae982434a0e Mon Sep 17 00:00:00 2001 From: Adrian Amaglio Date: Fri, 12 May 2023 11:21:10 +0200 Subject: [PATCH] output dir --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e2cc04..c86a38c 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ PORT=8000 BASEDIR=$(CURDIR) INPUTDIR=$(BASEDIR)/content -OUTPUTDIR=$(BASEDIR)/public +OUTPUTDIR=$(BASEDIR)/output CONFFILE=$(BASEDIR)/pelicanconf.py PUBLISHCONF=$(BASEDIR)/publishconf.py