From bfaecac67d69ce524024d5eb9be40979318c2116 Mon Sep 17 00:00:00 2001 From: Graham Hall Date: Fri, 10 Feb 2023 19:28:57 -0500 Subject: [PATCH] image fix --- src/pages/posts/[slug].astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/posts/[slug].astro b/src/pages/posts/[slug].astro index db71ab5..1ff4411 100644 --- a/src/pages/posts/[slug].astro +++ b/src/pages/posts/[slug].astro @@ -26,8 +26,8 @@ const { Content } = await post.render(); -