mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-07 21:22:06 +02:00
Add scambox
This commit is contained in:
parent
31fd2e5755
commit
5c17277817
16 changed files with 611 additions and 97 deletions
|
@ -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`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue