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`} />, ], }