mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-06 01:18:14 +02:00
added read time on index and post pages
This commit is contained in:
@@ -2,6 +2,9 @@ interface Fields {
|
||||
slug: string;
|
||||
categorySlug: string;
|
||||
tagSlugs?: Array<string>;
|
||||
readingTime?: {
|
||||
text: string;
|
||||
};
|
||||
}
|
||||
|
||||
export default Fields;
|
||||
|
Reference in New Issue
Block a user