From 8757edb88cc0e22ae13110faa6e567c7ec78e46d Mon Sep 17 00:00:00 2001 From: bfahrenfort Date: Mon, 25 Aug 2025 16:19:27 -0500 Subject: [PATCH] lint: format --- quartz/plugins/emitters/contentIndex.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/quartz/plugins/emitters/contentIndex.tsx b/quartz/plugins/emitters/contentIndex.tsx index f999ddb0b..a0f442b48 100644 --- a/quartz/plugins/emitters/contentIndex.tsx +++ b/quartz/plugins/emitters/contentIndex.tsx @@ -125,12 +125,15 @@ export const ContentIndex: QuartzEmitterPlugin> = (opts) => { ) ) { console.warn( - styleText("yellow", `Warning: contentIndex: + styleText( + "yellow", + `Warning: contentIndex: content/ folder is missing an index.md. RSS feeds and sitemap will not be generated. If you still wish to generate these files, add: bypassIndexCheck: true, to your configuration for Plugin.ContentIndex({...}) in quartz.config.ts. - Don't do this unless you know what you're doing!`), + Don't do this unless you know what you're doing!`, + ), ) return [] }