From 9828661511283ae9c6cdd4760df9099af9128d1f Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 28 Aug 2024 19:21:52 -0400 Subject: [PATCH] Fix image width for Ladybird and Safari --- src/pages/blog/[slug].astro | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/blog/[slug].astro b/src/pages/blog/[slug].astro index 0c71047..f07c521 100644 --- a/src/pages/blog/[slug].astro +++ b/src/pages/blog/[slug].astro @@ -37,7 +37,7 @@ export const prerender = true; -