From 978ff3e0c6cfc66c992bfd6de2f5736cc8901894 Mon Sep 17 00:00:00 2001 From: Nathan Cummins Date: Wed, 26 Nov 2025 18:04:31 +1030 Subject: [PATCH] Specify width for IMG component as equal to page project page width --- src/components/MDX/IMG.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MDX/IMG.astro b/src/components/MDX/IMG.astro index 4caf3a0..6dfd1d2 100644 --- a/src/components/MDX/IMG.astro +++ b/src/components/MDX/IMG.astro @@ -10,7 +10,7 @@ const image = getImageByPath(src); { image && (
- {alt} + {alt}
{alt}
)