0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

Fix blog ordering (#10168)

Co-authored-by: David Zsombok <david.zsombok@baxter-it.com>
This commit is contained in:
zsombok 2024-02-21 08:42:43 +01:00 committed by GitHub
parent a46249173e
commit 9001d063ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
---
title: 'Second post'
description: 'Lorem ipsum dolor sit amet'
pubDate: 'Jul 22 2022'
pubDate: 'Jul 15 2022'
heroImage: '/blog-placeholder-4.jpg'
---

View file

@ -1,7 +1,7 @@
---
title: 'Third post'
description: 'Lorem ipsum dolor sit amet'
pubDate: 'Jul 15 2022'
pubDate: 'Jul 22 2022'
heroImage: '/blog-placeholder-2.jpg'
---