From 4f109b5bcaaebab7a9e9601fb4bdeea4827d133c Mon Sep 17 00:00:00 2001 From: enneaa Date: Fri, 16 May 2025 22:22:14 +0800 Subject: [PATCH] Update contentIndex.tsx --- quartz/plugins/emitters/contentIndex.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/plugins/emitters/contentIndex.tsx b/quartz/plugins/emitters/contentIndex.tsx index b73513242..9f0bf36ef 100644 --- a/quartz/plugins/emitters/contentIndex.tsx +++ b/quartz/plugins/emitters/contentIndex.tsx @@ -35,7 +35,7 @@ const defaultOptions: Options = { enableRSS: true, rssLimit: 30, rssFullHtml: true, - rssSlug: "index", + rssSlug: "feed", includeEmptyFiles: true, }