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

@ -5,5 +5,7 @@ export default {
theme: {
extend: {},
},
plugins: [],
plugins: [
require('@tailwindcss/typography'),
],
} satisfies Config;