Update astro version and fix date typo

This commit is contained in:
2024-11-12 12:38:50 -07:00
parent a0d76366a6
commit e6d0a8450b
3 changed files with 537 additions and 800 deletions

1333
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -14,7 +14,7 @@
"@astrojs/mdx": "^2.0.1",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
"astro": "^4.14.3",
"astro": "^4.16.10",
"typescript": "^5.3.3"
},
"devDependencies": {

View File

@@ -1,7 +1,7 @@
---
title: 'First post'
description: 'First ever blog post'
pubDate: 'Dec 19 2024'
pubDate: 'Dec 19 2023'
heroImage: '/west-wing-sunrise.jpg'
---