Add scambox

This commit is contained in:
Kevin Kandlbinder 2021-11-05 22:29:08 +00:00 committed by GitHub
parent 31fd2e5755
commit 5c17277817
16 changed files with 611 additions and 97 deletions

View file

@ -66,6 +66,13 @@ module.exports = {
name: `projectTextblocks`,
},
},
{
resolve: `gatsby-source-filesystem`,
options: {
path: `${__dirname}/content/scambox`,
name: `scamboxContent`,
},
},
"gatsby-plugin-mdx",
{
resolve: `gatsby-source-filesystem`,