Fix @astrojs/mdx to v5 for Astro 6 compatibility
Some checks failed
Deploy to Easypanel / deploy (push) Has been cancelled

This commit is contained in:
Kunthawat Greethong
2026-04-27 19:25:47 +07:00
parent 38a2de0435
commit 62a286f586
4 changed files with 16 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.9",
"@astrojs/mdx": "^5.0.4",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.0.0",
"astro": "^6.1.7",