feat: long form articles

This commit is contained in:
codytseng 2025-08-07 23:10:04 +08:00
parent 0f16ed8d46
commit 3950cbd9e6
13 changed files with 1706 additions and 22 deletions

View file

@ -55,5 +55,5 @@ export default {
}
}
},
plugins: [require('tailwindcss-animate')]
plugins: [require('tailwindcss-animate'), require('@tailwindcss/typography')]
}