From 9dbf9fb059669c4fb95283c783b8cb32d5a1c1c9 Mon Sep 17 00:00:00 2001 From: alxshelepenok Date: Thu, 10 Sep 2020 00:44:05 +0300 Subject: [PATCH] bugfix/#741 - remove socialImageUrl from Node type --- src/types/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/types/index.js b/src/types/index.js index ce07c24..d5a2836 100644 --- a/src/types/index.js +++ b/src/types/index.js @@ -26,8 +26,7 @@ export type Node = { fields: { slug: string, categorySlug?: string, - tagSlugs?: string[], - socialImageUrl?: string, + tagSlugs?: string[] }, frontmatter: { date: string,