Add career path

This commit is contained in:
Kevin Kandlbinder 2021-12-06 14:42:51 +00:00 committed by GitHub
parent d15dda5e09
commit daa9ca870d
12 changed files with 403 additions and 35 deletions

View file

@ -73,6 +73,13 @@ module.exports = {
name: `blogContent`,
},
},
{
resolve: `gatsby-source-filesystem`,
options: {
path: `${__dirname}/content/career`,
name: `careerContent`,
},
},
"gatsby-plugin-mdx",
{
resolve: `gatsby-source-filesystem`,