mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-26 04:04:27 +02:00
bugfix/#741 - update Node type
This commit is contained in:
@@ -34,7 +34,9 @@ export type Node = {
|
||||
category?: string,
|
||||
tags?: string[],
|
||||
title: string,
|
||||
socialImage?: string
|
||||
socialImage?: {
|
||||
publicURL: string
|
||||
}
|
||||
},
|
||||
html: string,
|
||||
id: string
|
||||
|
Reference in New Issue
Block a user