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}
)