Reading Time
Reading time of the post can be read from frontmatter.readingTime
in
PostLayout or accessed as readingTime
in MDX.
Reading time object for this post looks like this:
{
"text": "1 min read",
"minutes": 0.12,
"time": 7200,
"words": 24
}
mdx
Reading time of the post can be read from `frontmatter.readingTime` in_PostLayout_ or accessed as `readingTime` in MDX.Reading time object for this post looks like this:<Pre><Code>{JSON.stringify(readingTime, null, 2)}</Code></Pre>
mdx
Reading time of the post can be read from `frontmatter.readingTime` in_PostLayout_ or accessed as `readingTime` in MDX.Reading time object for this post looks like this:<Pre><Code>{JSON.stringify(readingTime, null, 2)}</Code></Pre>