Rewrite markdown image URLs and render feature images

This commit is contained in:
2025-11-17 16:26:20 +08:00
parent 2b573024c5
commit 48521d6f5c
5 changed files with 235 additions and 161 deletions

View File

@@ -26,7 +26,8 @@
"react-dom": "^18.2.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1"
"remark-gfm": "^4.0.1",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",