Update contentIndex.tsx

This commit is contained in:
enneaa 2025-05-06 10:25:22 +08:00 committed by GitHub
parent 0b77f22cd0
commit b1db8e4d7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,8 +33,8 @@ interface Options {
const defaultOptions: Options = {
enableSiteMap: true,
enableRSS: true,
rssLimit: 10,
rssFullHtml: false,
rssLimit: 30,
rssFullHtml: true,
rssSlug: "index",
includeEmptyFiles: true,
}