Merge branch 'development' of github.com:threefoldfoundation/www_threefold_io into development

This commit is contained in:
samaradel
2021-05-23 14:10:59 +02:00
13 changed files with 175 additions and 14 deletions

View File

@@ -88,6 +88,13 @@ module.exports = {
path: './content/page/**/features/**/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'Features2',
path: './content/page/**/features2/**/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
@@ -258,6 +265,8 @@ module.exports = {
appData: 'Product',
featuresMain: 'Features',
features: 'Features',
featuresMain2: 'Features2',
features2: 'Features2',
logos: 'Logo',
cta: 'Cta',
cta2: 'Cta',