Astro v5 with new API

This commit is contained in:
L4Ph
2025-06-04 22:53:19 +09:00
parent d75412146b
commit e3168c5d5a
10 changed files with 26 additions and 17 deletions

View File

@@ -17,7 +17,7 @@ const interval = 50;
category={entry.data.category}
published={entry.data.published}
updated={entry.data.updated}
url={getPostUrlBySlug(entry.slug)}
url={getPostUrlBySlug(entry.id)}
image={entry.data.image}
description={entry.data.description}
draft={entry.data.draft}