fixed In The News title

This commit is contained in:
Vilnite
2021-03-17 19:24:37 +02:00
parent ea56d65660
commit 9b8ff9e759
5 changed files with 24 additions and 2 deletions

View File

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