From 3c51da5dc880df1e9ff93afc821fc470371ff021 Mon Sep 17 00:00:00 2001 From: samaradel Date: Wed, 3 Mar 2021 12:35:35 +0200 Subject: [PATCH] Fix team, comparison components --- gridsome.config.js | 2 +- src/components/custom/sections/Comparison.vue | 2 +- src/pages/Index.vue | 66 +++++++++---------- src/templates/Team.vue | 2 +- 4 files changed, 34 insertions(+), 38 deletions(-) diff --git a/gridsome.config.js b/gridsome.config.js index 4b5fab0b8..adde65638 100644 --- a/gridsome.config.js +++ b/gridsome.config.js @@ -113,7 +113,7 @@ module.exports = { use: '@gridsome/source-filesystem', options: { typeName: 'ComparisonMain', - path: './content/page/**/comparison/main/*.md', + path: './content/page/**/comparison/main/main.md', } }, diff --git a/src/components/custom/sections/Comparison.vue b/src/components/custom/sections/Comparison.vue index f13a4a792..7ec22098b 100644 --- a/src/components/custom/sections/Comparison.vue +++ b/src/components/custom/sections/Comparison.vue @@ -28,7 +28,7 @@
{{ main.button }} diff --git a/src/pages/Index.vue b/src/pages/Index.vue index c569ccb4f..41b40d419 100644 --- a/src/pages/Index.vue +++ b/src/pages/Index.vue @@ -1,78 +1,74 @@ diff --git a/src/templates/Team.vue b/src/templates/Team.vue index 45b220b84..a6fe728d3 100644 --- a/src/templates/Team.vue +++ b/src/templates/Team.vue @@ -1,6 +1,6 @@