Adopt articles for astro

This commit is contained in:
2026-03-07 11:14:50 +03:00
parent 50d032ce62
commit 4b04afb912
13 changed files with 818 additions and 2 deletions

7
package-lock.json generated
View File

@@ -8,6 +8,7 @@
"name": "homepage",
"version": "2.0.0",
"dependencies": {
"@anwinged/predictor": "^0.2.1",
"@astrojs/mdx": "^4",
"@astrojs/rss": "^4",
"@astrojs/sitemap": "^3",
@@ -27,6 +28,12 @@
"url": "https://github.com/sponsors/antfu"
}
},
"node_modules/@anwinged/predictor": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/@anwinged/predictor/-/predictor-0.2.1.tgz",
"integrity": "sha512-817M9xiPesxLtvUH/qZNs3EBNw5HBOR/W8T3HYLqyNvMRCEJ/h86uJJB5BW+FzZc+mQsVQcRX+NI8pSOBr3jwg==",
"license": "MIT"
},
"node_modules/@astrojs/compiler": {
"version": "2.13.1",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.13.1.tgz",