feat: enhance blog post page with markdown rendering and related posts

This commit is contained in:
Mauricio Siu
2025-02-27 23:42:24 -06:00
parent 2e09e76e50
commit 8868d7f586
8 changed files with 330 additions and 52 deletions

View File

@@ -18,12 +18,12 @@
"prepare": "node .husky/install.mjs"
},
"devDependencies": {
"lint-staged": "^15.2.7",
"@biomejs/biome": "1.8.3",
"husky": "^9.1.6",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/node": "^20.9.0"
"@types/node": "^20.9.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.7"
},
"packageManager": "pnpm@9.5.0",
"engines": {
@@ -41,5 +41,10 @@
"resolutions": {
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0"
},
"dependencies": {
"react-markdown": "^10.0.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1"
}
}