mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
bugfix/#741 - remove socialImageUrl from Node type
This commit is contained in:
parent
fe42497431
commit
9dbf9fb059
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user