From 881bca1245fa79edb1ad7d13bb85504bb816b012 Mon Sep 17 00:00:00 2001 From: bfahrenfort Date: Tue, 13 Feb 2024 20:22:48 -0600 Subject: [PATCH] Quartz sync: Feb 13, 2024, 8:22 PM --- quartz.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz.config.ts b/quartz.config.ts index a7097dbc7..e7d683220 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -69,7 +69,7 @@ const config: QuartzConfig = { enableSiteMap: true, enableRSS: true, rssLimit: 50, - feedDirectories: ["index"], // For a feed for only pages in content/Folder/, add "Folder" to the array + feedDirectories: ["index", "Updates"], // For a feed for only pages in content/Folder/, add "Folder" to the array }), Plugin.Assets(), Plugin.Static(),