mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-07 13:12:02 +02:00
Add career path
This commit is contained in:
parent
d15dda5e09
commit
daa9ca870d
12 changed files with 403 additions and 35 deletions
|
@ -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`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue