fixed In The News title
This commit is contained in:
@@ -57,6 +57,14 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
use: '@gridsome/source-filesystem',
|
||||
options: {
|
||||
typeName: 'SolutionsHeader',
|
||||
path: './content/page/**/headerSolution/*.md',
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
use: '@gridsome/source-filesystem',
|
||||
options: {
|
||||
@@ -175,6 +183,7 @@ module.exports = {
|
||||
slides: 'Slide',
|
||||
contactData: 'Contact',
|
||||
header: 'Header',
|
||||
headerSolution: 'SolutionsHeader',
|
||||
howItWorks: 'HowItWorks',
|
||||
howItWorksMain: 'HowItWorks',
|
||||
productsMain: 'ProductTitle',
|
||||
|
||||
Reference in New Issue
Block a user