From de04e0e828c4a49909a20b00ece5ee270db56d1a Mon Sep 17 00:00:00 2001 From: Adnan Maolood Date: Wed, 9 Feb 2022 19:10:50 -0500 Subject: [PATCH] config.toml: Update input_dir --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 8009d33..3dc2bdc 100644 --- a/config.toml +++ b/config.toml @@ -13,7 +13,7 @@ static_dir = "static" output_dir = "public" [[tasks.feeds]] -input_dir = "" +input_dir = "." title = "Example feed" template = "atom.xml" output = "atom.xml"