From 64abd5dd98cfc32bc070542aa8772c6a687fbb0d Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Sun, 7 Nov 2021 15:01:50 +0000 Subject: [PATCH] Add categories --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 80260f1..b5290ca 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -188,7 +188,7 @@ module.exports = { }${ node.childMdx.frontmatter.published }/${node.childMdx.frontmatter.url}`, - section: node.childMdx.frontmatter.section, + category: node.childMdx.frontmatter.section, }; }); },