From 266e5d1b353387095e125cea22d0b8e0851b5660 Mon Sep 17 00:00:00 2001 From: itsfinniii <102350242+itsfinniii@users.noreply.github.com> Date: Fri, 20 Mar 2026 21:14:21 +0100 Subject: [PATCH] Render content of Text With Image component --- astro/src/components/web/TextWithImage.astro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/astro/src/components/web/TextWithImage.astro b/astro/src/components/web/TextWithImage.astro index 35488e1..98ee1eb 100644 --- a/astro/src/components/web/TextWithImage.astro +++ b/astro/src/components/web/TextWithImage.astro @@ -1,4 +1,5 @@ --- +import { markdownToHtml } from '@/lib/markdown'; import { Image } from 'astro:assets'; interface Props { @@ -14,11 +15,11 @@ const imageSize = () => { } --- -