feat: add full text RSS & mdx support (for real)

This commit is contained in:
grassblock 2025-05-02 21:20:53 +08:00
parent fcde96f0ab
commit 1cf002b8b8
3 changed files with 604 additions and 23 deletions

View file

@ -11,9 +11,14 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.2.5",
"@astrojs/mdx": "^4.2.6",
"@astrojs/rss": "^4.0.1",
"fuse.js": "^7.0.0"
"astro": "^5.2.5",
"fuse.js": "^7.0.0",
"ultrahtml": "^1.6.0"
},
"packageManager": "pnpm@10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808"
"packageManager": "pnpm@10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808",
"devDependencies": {
"@types/node": "^22.15.3"
}
}