Add RSS feed functionality and icon to the blog
All checks were successful
Build and Deploy Blog / build-and-deploy-local (push) Successful in 1m13s

This commit is contained in:
2025-09-15 08:27:57 +02:00
parent d54cb829ec
commit c8536502bc
6 changed files with 107 additions and 3 deletions

View File

@@ -9,6 +9,7 @@
},
"dependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/rss": "^0.0.32",
"cursor-effects": "^1.0.17",
"gray-matter": "^4.0.3",
"next": "15.5.2",
@@ -17,7 +18,8 @@
"react-dom": "19.1.0",
"reading-time": "^1.5.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1"
"remark-html": "^16.0.1",
"rss": "^1.2.2"
},
"devDependencies": {
"typescript": "^5",