Enable readingTime remark plugin

This commit is contained in:
prototypa
2023-01-31 14:54:36 -05:00
parent d4560c1226
commit 8cd0bbbdb4
6 changed files with 18 additions and 11 deletions

View File

@@ -20,6 +20,8 @@ export interface Post {
Content: unknown;
content?: string;
readingTime?: number;
}
export interface MetaSEO {