bugfix/#741 - remove socialImageUrl from Node type

This commit is contained in:
alxshelepenok 2020-09-10 00:44:05 +03:00
parent fe42497431
commit 9dbf9fb059

View File

@ -26,8 +26,7 @@ export type Node = {
fields: { fields: {
slug: string, slug: string,
categorySlug?: string, categorySlug?: string,
tagSlugs?: string[], tagSlugs?: string[]
socialImageUrl?: string,
}, },
frontmatter: { frontmatter: {
date: string, date: string,