init FAQ component
This commit is contained in:
@@ -269,6 +269,22 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
use: '@gridsome/source-filesystem',
|
||||
options: {
|
||||
typeName: 'FAQMain',
|
||||
path: './content/page/**/faq/main/*.md',
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
use: '@gridsome/source-filesystem',
|
||||
options: {
|
||||
typeName: 'FAQContent',
|
||||
path: './content/page/**/faq/**/*.md',
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
use: '@gridsome/source-filesystem',
|
||||
options: {
|
||||
@@ -314,7 +330,9 @@ module.exports = {
|
||||
stats: 'Stats',
|
||||
videoPanel: 'VideoPanel',
|
||||
blogs: 'Blogs',
|
||||
BlogsMain: "BlogsMain"
|
||||
BlogsMain: "BlogsMain",
|
||||
faqMain: 'FAQMain',
|
||||
faqContent: 'FAQContent'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user