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
All checks were successful
Build and Deploy Blog / build-and-deploy-local (push) Successful in 1m13s
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user