fix: signature

This commit is contained in:
bfahrenfort 2024-02-13 19:38:32 -06:00
parent 35c8351ea9
commit 8b0dd136e4

View File

@ -94,7 +94,7 @@ function generateRSSFeed(cfg: GlobalConfiguration, idx: ContentIndex, limit?: nu
</rss>`
}
export const ContentIndex: QuartzEmitterPlugin<Options> = (opts) => {
export const ContentIndex: QuartzEmitterPlugin<Partial<Options>> = (opts) => {
opts = { ...defaultOptions, ...opts }
return {
name: "ContentIndex",