mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-27 12:42:28 +02:00
added read time on index and post pages
This commit is contained in:
@@ -13,6 +13,9 @@ interface Fields {
|
||||
slug?: string;
|
||||
categorySlug?: string;
|
||||
tagSlugs?: Array<string>;
|
||||
readingTime?: {
|
||||
text: string;
|
||||
};
|
||||
}
|
||||
|
||||
interface Node extends GatsbyNode {
|
||||
|
Reference in New Issue
Block a user