add 3Node section

This commit is contained in:
2021-05-23 13:34:56 +02:00
parent 26b7996549
commit 7bebd891dd
12 changed files with 168 additions and 8 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: {
@@ -250,6 +257,8 @@ module.exports = {
appData: 'Product',
featuresMain: 'Features',
features: 'Features',
featuresMain2: 'Features2',
features2: 'Features2',
logos: 'Logo',
cta: 'Cta',
cta2: 'Cta',