From 2292513efc48cb7067af7ed7b176de80ba4a9dc8 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sat, 21 Dec 2024 15:51:31 +0800 Subject: [PATCH] :lipstick: Fix min width --- src/pages/posts/[...slug].astro | 2 +- src/pages/posts/index.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/posts/[...slug].astro b/src/pages/posts/[...slug].astro index 8bcad9b..50423f5 100644 --- a/src/pages/posts/[...slug].astro +++ b/src/pages/posts/[...slug].astro @@ -144,7 +144,7 @@ const url = }
-
+
{ attachments && ( diff --git a/src/pages/posts/index.astro b/src/pages/posts/index.astro index 101b90f..df0f4c2 100644 --- a/src/pages/posts/index.astro +++ b/src/pages/posts/index.astro @@ -106,7 +106,7 @@ async function parseContent(data: string, useBreaks: boolean = false) { )}