mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
bugfix/#741 - update Node type
This commit is contained in:
parent
9dbf9fb059
commit
c785820b0d
@ -34,7 +34,9 @@ export type Node = {
|
|||||||
category?: string,
|
category?: string,
|
||||||
tags?: string[],
|
tags?: string[],
|
||||||
title: string,
|
title: string,
|
||||||
socialImage?: string
|
socialImage?: {
|
||||||
|
publicURL: string
|
||||||
|
}
|
||||||
},
|
},
|
||||||
html: string,
|
html: string,
|
||||||
id: string
|
id: string
|
||||||
|
Loading…
Reference in New Issue
Block a user