diff --git a/src/pages/index.astro b/src/pages/index.astro index 1d4574f..8f09f04 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,13 +1,14 @@ --- import { getEmDashEntry } from "emdash"; -import { Image } from "emdash/ui"; import Base from "../layouts/Base.astro"; const { entry: homepage } = await getEmDashEntry("homepage", "main"); Astro.cache.set(homepage.cacheHint); const d = homepage.data; --- - +
@@ -34,12 +35,8 @@ const d = homepage.data; -
- {d.hero_image?.src && ( - - )} - {!d.hero_image?.src && ( -
+
+