Enhance code block styling with rehype-pretty-code integration and update package dependencies
Some checks failed
Build and Deploy Blog / build-and-deploy-local (push) Has been cancelled

This commit is contained in:
2026-03-31 02:02:40 +02:00
parent 379c6063c6
commit 902521e1f3
4 changed files with 144 additions and 2 deletions

View File

@@ -17,9 +17,11 @@
"react": "19.1.0",
"react-dom": "19.1.0",
"reading-time": "^1.5.0",
"rehype-pretty-code": "^0.14.3",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"rss": "^1.2.2"
"rss": "^1.2.2",
"shiki": "^4.0.2"
},
"devDependencies": {
"typescript": "^5",