Add content to RSS feed items

This commit is contained in:
Bad Manners 2024-04-02 22:48:48 -03:00
parent 37db38b613
commit e859109ade
4 changed files with 172 additions and 18 deletions

View file

@ -1,7 +1,7 @@
{
"name": "gallery-badmanners-xyz",
"type": "module",
"version": "1.2.1",
"version": "1.2.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
@ -17,9 +17,11 @@
"@astrojs/tailwind": "^5.1.0",
"@astropub/md": "^0.4.0",
"@tailwindcss/typography": "^0.5.10",
"@types/sanitize-html": "^2.11.0",
"astro": "^4.5.4",
"github-slugger": "^2.0.0",
"marked": "^12.0.1",
"sanitize-html": "^2.13.0",
"tailwindcss": "^3.4.1",
"tiny-decode": "^0.1.3",
"typescript": "^5.4.2"