diff --git a/packages/astro/src/content/runtime.ts b/packages/astro/src/content/runtime.ts index 2c5a120ca..96d6c1141 100644 --- a/packages/astro/src/content/runtime.ts +++ b/packages/astro/src/content/runtime.ts @@ -56,7 +56,9 @@ export function createGetCollection({ type = 'data'; } else { // eslint-disable-next-line no-console - console.warn(`The collection **${collection}** does not exist or is empty. Ensure a collection directory with this name exists.`); + console.warn( + `The collection **${collection}** does not exist or is empty. Ensure a collection directory with this name exists.` + ); return; } const lazyImports = Object.values(