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: {
slug: string,
categorySlug?: string,
tagSlugs?: string[],
socialImageUrl?: string,
tagSlugs?: string[]
},
frontmatter: {
date: string,