Skip to content

Commit

Permalink
enable full rss html
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyadetman committed Dec 9, 2023
1 parent b49b9a0 commit 7ae2c22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ const config: QuartzConfig = {
Plugin.FolderPage(),
Plugin.TagPage(),
Plugin.ContentIndex({
enableSiteMap: true,
enableRSS: true,
enableSiteMap: true,
rssFullHtml: true,
}),
Plugin.Assets(),
Plugin.Static(),
Expand Down

0 comments on commit 7ae2c22

Please sign in to comment.