From 243ba70c824af650500162d6e3e1663355ff2265 Mon Sep 17 00:00:00 2001 From: evandrosaturnino Date: Thu, 19 Oct 2023 21:59:06 -0300 Subject: [PATCH] fix: add taco subitems type in frontmatter --- gatsby-node.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/gatsby-node.ts b/gatsby-node.ts index 4640a725..c5abd09f 100644 --- a/gatsby-node.ts +++ b/gatsby-node.ts @@ -100,6 +100,7 @@ export const createSchemaCustomization: GatsbyNode["createSchemaCustomization"] } type Frontmatter { harnessThePower: Subitems + tacoRole: Subitems } type ProposalContent { html: String