diff --git a/packages/astro/src/content/runtime.ts b/packages/astro/src/content/runtime.ts index a95d83b84..db565ea63 100644 --- a/packages/astro/src/content/runtime.ts +++ b/packages/astro/src/content/runtime.ts @@ -64,7 +64,7 @@ export function createGetCollection({ return render({ collection: entry.collection, id: entry.id, - renderEntryImport: await getRenderEntryImport(collection, entry.slug), + renderEntryImport: getRenderEntryImport(collection, entry.slug), }); }, };