From 6f08511c1d21ec6a25fd891501df0bf5ae8695ce Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 14 Feb 2022 18:30:09 +0100 Subject: refactor: remove unused graphql fields --- src/ts/types/seo.ts | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/ts/types') diff --git a/src/ts/types/seo.ts b/src/ts/types/seo.ts index fa30fe4..18e3c95 100644 --- a/src/ts/types/seo.ts +++ b/src/ts/types/seo.ts @@ -1,21 +1,6 @@ export type SEO = { title: string; metaDesc: string; - readingTime: number; - opengraphAuthor: string; - opengraphDescription: string; - opengraphModifiedTime: string; - opengraphPublishedTime: string; - opengraphPublisher: string; - opengraphSiteName: string; - opengraphTitle: string; - opengraphType: string; - opengraphUrl: string; - opengraphImage: { - altText: string; - sourceUrl: string; - srcSet: string; - }; metaRobotsNofollow: string; metaRobotsNoindex: string; }; -- cgit v1.2.3