lint: format

This commit is contained in:
bfahrenfort 2025-08-25 16:19:27 -05:00
parent 2e00035d54
commit 8757edb88c

View File

@ -125,12 +125,15 @@ export const ContentIndex: QuartzEmitterPlugin<Partial<Options>> = (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 []
}