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 [] }