Switch to textblocks for multi-language-texts

This commit is contained in:
Kevin Kandlbinder 2021-05-18 14:49:09 +00:00
parent d339ad6fc6
commit ffab0c19ab
18 changed files with 1386 additions and 28 deletions

View file

@ -25,6 +25,21 @@ module.exports = {
`gatsby-plugin-sharp`,
`gatsby-transformer-sharp`,
`gatsby-transformer-json`,
{
resolve: `gatsby-source-filesystem`,
options: {
path: `${__dirname}/content/textblocks`,
name: `textblocks`,
},
},
{
resolve: `gatsby-source-filesystem`,
options: {
path: `${__dirname}/content/projectTextblocks`,
name: `projectTextblocks`,
},
},
"gatsby-plugin-mdx",
{
resolve: `gatsby-source-filesystem`,
options: {