feat: use rssFullHtml: true
All checks were successful
deploy / build (push) Successful in 13m45s

This commit is contained in:
rizaldy 2024-04-06 20:57:25 +07:00
parent b936cb1642
commit bdec9bf412

View File

@ -75,6 +75,9 @@ const config: QuartzConfig = {
Plugin.AliasRedirects(), Plugin.AliasRedirects(),
Plugin.ComponentResources({ fontOrigin: "googleFonts" }), Plugin.ComponentResources({ fontOrigin: "googleFonts" }),
Plugin.ContentPage(), Plugin.ContentPage(),
Plugin.ContentIndex({
rssFullHtml: true
}),
Plugin.FolderPage(), Plugin.FolderPage(),
Plugin.TagPage(), Plugin.TagPage(),
Plugin.ContentIndex({ Plugin.ContentIndex({