add 3Node section
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user