Fix comparison data

This commit is contained in:
samaradel
2021-03-03 11:14:40 +02:00
parent a942f2e1e0
commit 33e24d5789

View File

@@ -109,6 +109,14 @@ module.exports = {
} }
}, },
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'ComparisonMain',
path: './content/page/**/comparison/main/*.md',
}
},
{ {
use: '@gridsome/source-filesystem', use: '@gridsome/source-filesystem',
options: { options: {
@@ -176,7 +184,7 @@ module.exports = {
logos: 'Logo', logos: 'Logo',
cta: 'Cta', cta: 'Cta',
signup: 'SignUp', signup: 'SignUp',
comparisonMain: 'Comparison', comparisonMain: 'ComparisonMain',
comparisonSecs: 'Comparison', comparisonSecs: 'Comparison',
howItWorksMain_2: 'HowItWorks_2', howItWorksMain_2: 'HowItWorks_2',
howItWorks_2: 'HowItWorks_2', howItWorks_2: 'HowItWorks_2',
@@ -186,7 +194,7 @@ module.exports = {
plans: 'Plans', plans: 'Plans',
inTheNews: 'InTheNews', inTheNews: 'InTheNews',
brandPanel: 'BrandPanel', brandPanel: 'BrandPanel',
allSlides : 'About' allSlides: 'About'
} }
} }
}, },