Align header images

This commit is contained in:
samaradel
2021-08-10 14:08:06 +02:00
parent 9e8b214ad1
commit a8f5d225b1
9 changed files with 128 additions and 33 deletions

View File

@@ -355,6 +355,14 @@ module.exports = {
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'PageHeader',
path: './content/page/**/pageHeader/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
@@ -411,7 +419,8 @@ module.exports = {
faqMain: 'FAQMain',
faqContent: 'FAQContent',
jobs: 'Jobs',
customCTA: 'CustomCTA'
customCTA: 'CustomCTA',
pageHeader: 'PageHeader'
}
}
},