fix rss images

This commit is contained in:
Juan Carlos Manzanero Domínguez
2024-06-25 11:46:34 -06:00
parent ecca2bf614
commit fbd1b61458
5 changed files with 206 additions and 51 deletions

View File

@ -28,6 +28,7 @@
"fast-glob": "^3.3.2",
"lucide-react": "^0.396.0",
"markdown-it": "^14.1.0",
"node-html-parser": "^6.1.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
@ -41,6 +42,8 @@
"typescript": "^5.5.2"
},
"devDependencies": {
"@types/markdown-it": "^14.1.1",
"@types/sanitize-html": "^2.11.0",
"pocketbase": "^0.21.3"
}
}