Remove readingTime

This commit is contained in:
prototypa
2023-01-23 18:00:10 -05:00
parent 7155c5ff23
commit b3f71b1297
5 changed files with 5 additions and 14 deletions

View File

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