Quartz sync: Feb 13, 2024, 8:22 PM

This commit is contained in:
bfahrenfort 2024-02-13 20:22:48 -06:00
parent 37c4d37744
commit 881bca1245

View File

@ -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(),