1
0
Fork 0

Make it positive ! 🌞

This commit is contained in:
Lucas 2024-01-18 22:14:50 +01:00
parent 06dc3ccddc
commit 21fb72f48b

View file

@ -15,7 +15,7 @@ interface ContentMetaOptions {
}
const defaultOptions: ContentMetaOptions = {
showReadingTime: false,
showReadingTime: true,
showComma: true,
}