mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-25 22:39:41 +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,
|
||||
tags?: string[],
|
||||
title: string,
|
||||
socialImage?: string
|
||||
socialImage?: {
|
||||
publicURL: string
|
||||
}
|
||||
},
|
||||
html: string,
|
||||
id: string
|
||||
|
Loading…
Reference in New Issue
Block a user