bugfix/#741 - upgrade gatsby-remark-relative-images

This commit is contained in:
alxshelepenok
2020-09-10 00:42:30 +03:00
parent a8bec70254
commit fe42497431
5 changed files with 19 additions and 13 deletions

View File

@@ -26,7 +26,8 @@ export type Node = {
fields: {
slug: string,
categorySlug?: string,
tagSlugs?: string[]
tagSlugs?: string[],
socialImageUrl?: string,
},
frontmatter: {
date: string,