Updated blog post definition

This commit is contained in:
Anton Pogrebnjak
2025-02-09 01:12:55 +01:00
parent 76cb1c417a
commit a3e299f175
6 changed files with 300 additions and 113 deletions

View File

@@ -9,9 +9,11 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.0.3",
"@astrojs/mdx": "^4.0.8",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"astro": "^5.0.3"
"astro": "^5.0.3",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0"
}
}