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