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.275,
"time": 16500,
"words": 55
}
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>