Add join part

This commit is contained in:
samaradel
2021-07-29 13:09:07 +00:00
parent 537dc3bee9
commit 29e1fbd1cf
9 changed files with 136 additions and 8 deletions

View File

@@ -339,6 +339,14 @@ module.exports = {
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'CustomCTA',
path: './content/page/**/customCTA/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
@@ -393,7 +401,8 @@ module.exports = {
BlogsMain: "BlogsMain",
faqMain: 'FAQMain',
faqContent: 'FAQContent',
jobs: 'Jobs'
jobs: 'Jobs',
customCTA: 'CustomCTA'
}
}
},