From 8b0dd136e476983150400cb6021af89b6b685d7e Mon Sep 17 00:00:00 2001 From: bfahrenfort Date: Tue, 13 Feb 2024 19:38:32 -0600 Subject: [PATCH] fix: signature --- quartz/plugins/emitters/contentIndex.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/plugins/emitters/contentIndex.ts b/quartz/plugins/emitters/contentIndex.ts index 4d4b72f8e..81e91542a 100644 --- a/quartz/plugins/emitters/contentIndex.ts +++ b/quartz/plugins/emitters/contentIndex.ts @@ -94,7 +94,7 @@ function generateRSSFeed(cfg: GlobalConfiguration, idx: ContentIndex, limit?: nu ` } -export const ContentIndex: QuartzEmitterPlugin = (opts) => { +export const ContentIndex: QuartzEmitterPlugin> = (opts) => { opts = { ...defaultOptions, ...opts } return { name: "ContentIndex",