From 33e24d57899a4d3b0b68b85913850557780febf9 Mon Sep 17 00:00:00 2001 From: samaradel Date: Wed, 3 Mar 2021 11:14:40 +0200 Subject: [PATCH] Fix comparison data --- gridsome.config.js | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/gridsome.config.js b/gridsome.config.js index 9e44e26b4..4b5fab0b8 100644 --- a/gridsome.config.js +++ b/gridsome.config.js @@ -109,6 +109,14 @@ module.exports = { } }, + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'ComparisonMain', + path: './content/page/**/comparison/main/*.md', + } + }, + { use: '@gridsome/source-filesystem', options: { @@ -176,7 +184,7 @@ module.exports = { logos: 'Logo', cta: 'Cta', signup: 'SignUp', - comparisonMain: 'Comparison', + comparisonMain: 'ComparisonMain', comparisonSecs: 'Comparison', howItWorksMain_2: 'HowItWorks_2', howItWorks_2: 'HowItWorks_2', @@ -186,7 +194,7 @@ module.exports = { plans: 'Plans', inTheNews: 'InTheNews', brandPanel: 'BrandPanel', - allSlides : 'About' + allSlides: 'About' } } }, @@ -250,7 +258,7 @@ module.exports = { }, { - use: '@gridsome/source-filesystem', + use: '@gridsome/source-filesystem', options: { typeName: 'News', path: './content/news/**/*.md', @@ -345,7 +353,7 @@ module.exports = { { use: 'gridsome-plugin-matomo', options: { - host: 'https://analytics.threefold.io', + host: 'https://analytics.threefold.io', siteId: 5 } } @@ -435,4 +443,4 @@ module.exports = { ] } } -} +} \ No newline at end of file