reduce support page spacees and add btns
This commit is contained in:
@@ -125,6 +125,14 @@ module.exports = {
|
||||
path: './content/page/**/features2/**/*.md',
|
||||
}
|
||||
},
|
||||
{
|
||||
use: '@gridsome/source-filesystem',
|
||||
options: {
|
||||
typeName: 'LogosMain',
|
||||
path: './content/page/**/logos/main/*.md',
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
use: '@gridsome/source-filesystem',
|
||||
options: {
|
||||
@@ -357,6 +365,7 @@ module.exports = {
|
||||
featuresMain2: 'Features2',
|
||||
features2: 'Features2',
|
||||
logos: 'Logo',
|
||||
logosMain: 'LogosMain',
|
||||
cta: 'Cta',
|
||||
cta2: 'Cta',
|
||||
cta3: 'Cta',
|
||||
|
||||
Reference in New Issue
Block a user