upgrade to astro v7

This commit is contained in:
2026-08-22 07:59:49 -04:00
parent 8799733474
commit 0ded527b40
5 changed files with 511 additions and 358 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ const posts = await Promise.all(entries.map(async entry => {
<ul>
{posts.map( (p, idx) =>
<li>
{idx > 0 && <hr></hr>}
{idx > 0 && <hr />}
<h2>
<a href={`/${p.id}`} data-astro-prefetch>
{p.data.title}