diff --git a/src/pages/posts/index.astro b/src/pages/posts/index.astro index 9c27101..aaace1c 100644 --- a/src/pages/posts/index.astro +++ b/src/pages/posts/index.astro @@ -1,6 +1,7 @@ --- import { getEmDashCollection, getTermsForEntries } from "emdash"; import Base from "../../layouts/Base.astro"; +import { Image } from "emdash/ui"; import { getReadingTime } from "../../utils/reading-time"; // Sort in the database rather than in JS — lets the DB use its index on @@ -54,7 +55,7 @@ const formatDate = (date: Date) => {post.data.featured_image && (
- {post.data.featured_image.alt} +
)}