Skip to content

Commit 2d58811

Browse files
committed
removed reading time functionality and function
1 parent 9b30a47 commit 2d58811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/getPostData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ type Post = {
99
export default function getPostData(post: Post) {
1010
return {
1111
slug: post.file.split('/').pop().split('.').shift(),
12-
readingTime: readingTime(post.rawContent()).text,
12+
// readingTime: readingTime(post.rawContent()).text,
1313
}
1414
}

0 commit comments

Comments
 (0)