feat(pages): add 'training/[slug]' page with detail
This commit is contained in:
parent
be651d1b9f
commit
b91d83a5d7
4 changed files with 1036 additions and 16 deletions
|
|
@ -21,9 +21,11 @@
|
|||
"next-auth": "^4.22.1",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-markdown": "^8.0.7",
|
||||
"zod": "^3.21.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"@types/eslint": "^8.37.0",
|
||||
"@types/node": "^18.16.0",
|
||||
"@types/prettier": "^2.7.2",
|
||||
|
|
|
|||
Reference in a new issue