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: {
|
||||
slug: string,
|
||||
categorySlug?: string,
|
||||
tagSlugs?: string[],
|
||||
socialImageUrl?: string,
|
||||
tagSlugs?: string[]
|
||||
},
|
||||
frontmatter: {
|
||||
date: string,
|
||||
|
Loading…
Reference in New Issue
Block a user