fixed order of news on the main page

pull/17/head
Kratacoa 1 year ago
parent 0179e7a858
commit 2b5aea6eb8

@ -45,7 +45,7 @@ const galleryCollage = await Astro.glob('@/assets/gallery/*.jpg')
<div class="card-list">
{
news.map(newsItem => (
news.toReversed().map(newsItem => (
<Card>
<a href={`/notizie/${newsItem.slug}`} class="title">
{newsItem.data.title}

Loading…
Cancel
Save