From 7b90d4feb1966d925acc4e6b1db97b6333b0e8a1 Mon Sep 17 00:00:00 2001 From: bfahrenfort Date: Thu, 6 Mar 2025 15:22:34 -0600 Subject: [PATCH] fix(contentIndex): respect rssSlug in head tags --- 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 f4012782a..67d487fcd 100644 --- a/quartz/plugins/emitters/contentIndex.tsx +++ b/quartz/plugins/emitters/contentIndex.tsx @@ -298,7 +298,7 @@ export const ContentIndex: QuartzEmitterPlugin> = (opts) => { rel="alternate" type="application/rss+xml" title="RSS Feed" - href={`https://${ctx.cfg.configuration.baseUrl}/index.xml`} + href={`https://${ctx.cfg.configuration.baseUrl}/${opts.rssSlug!}.xml`} />, ], }