upgrade to astro v7
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user