fix(deps): add markdown remark processor for Astro 7
Test / npm test (push) Successful in 49s
Test / npm test (pull_request) Successful in 42s

This commit is contained in:
2026-06-27 02:28:13 +04:00
parent 4d92d7558f
commit fb83149563
2 changed files with 2482 additions and 1370 deletions
+2481 -1370
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -21,6 +21,7 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^7.2.0",
"@astrojs/rss": "^4.0.12", "@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.4.1", "@astrojs/sitemap": "^3.4.1",
"@resvg/resvg-js": "^2.6.2", "@resvg/resvg-js": "^2.6.2",