From 0d9d07ca791d7676dfb75675b07d4fa4ab7ea532 Mon Sep 17 00:00:00 2001 From: -akku- <151517253+akku1139@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:46:56 +0900 Subject: [PATCH] c --- src/components/Articles.astro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Articles.astro b/src/components/Articles.astro index b7c50bc..389b07d 100644 --- a/src/components/Articles.astro +++ b/src/components/Articles.astro @@ -120,7 +120,8 @@ const sortedData = combinedData.sort(compareDates).slice(0, 15); } -
続きを読んでください