Make it positive ! 🌞
This commit is contained in:
parent
06dc3ccddc
commit
21fb72f48b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ interface ContentMetaOptions {
|
||||||
}
|
}
|
||||||
|
|
||||||
const defaultOptions: ContentMetaOptions = {
|
const defaultOptions: ContentMetaOptions = {
|
||||||
showReadingTime: false,
|
showReadingTime: true,
|
||||||
showComma: true,
|
showComma: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue