Make it positive ! 🌞
This commit is contained in:
parent
371dee7019
commit
56ab40d96d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ interface ContentMetaOptions {
|
|||
}
|
||||
|
||||
const defaultOptions: ContentMetaOptions = {
|
||||
showReadingTime: false,
|
||||
showReadingTime: true,
|
||||
}
|
||||
|
||||
export default ((opts?: Partial<ContentMetaOptions>) => {
|
||||
|
|
Loading…
Reference in a new issue