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