mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-26 04:04:27 +02:00
bugfix/#741 - remove socialImageUrl from Node type
This commit is contained in:
@@ -26,8 +26,7 @@ export type Node = {
|
||||
fields: {
|
||||
slug: string,
|
||||
categorySlug?: string,
|
||||
tagSlugs?: string[],
|
||||
socialImageUrl?: string,
|
||||
tagSlugs?: string[]
|
||||
},
|
||||
frontmatter: {
|
||||
date: string,
|
||||
|
Reference in New Issue
Block a user