1
0
Fork 0

feat(pages): add 'training/[slug]' page with detail

This commit is contained in:
Vojtěch Mareš 2023-06-26 22:27:49 +02:00
parent be651d1b9f
commit b91d83a5d7
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
4 changed files with 1036 additions and 16 deletions

View file

@ -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",