Updated deps and added X to header and footer

This commit is contained in:
2024-08-20 19:22:30 -07:00
parent 52e93c2dc9
commit 42048d02a4
5 changed files with 1649 additions and 1439 deletions

View File

@@ -14,11 +14,11 @@
"@astrojs/mdx": "^2.0.1",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
"astro": "^4.0.6",
"astro": "^4.14.3",
"typescript": "^5.3.3"
},
"devDependencies": {
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2"
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.12.3"
}
}