reduce support page spacees and add btns

This commit is contained in:
samaradel
2021-07-29 08:57:32 +00:00
parent 748efed78a
commit 14379bfdb8
17 changed files with 213 additions and 67 deletions

View File

@@ -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',