init tft uses part

This commit is contained in:
samaradel
2021-08-15 17:29:38 +02:00
parent 320de53488
commit b23322f986
9 changed files with 169 additions and 9 deletions

View File

@@ -387,6 +387,22 @@ module.exports = {
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'TftUsesMain',
path: './content/page/**/tftUses/main/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'TftUses',
path: './content/page/**/tftUses/**/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
@@ -447,7 +463,9 @@ module.exports = {
pageHeader: 'PageHeader',
card: 'Card',
carousel: 'Carousel',
sliderMain: 'CarouselMain'
sliderMain: 'CarouselMain',
useTftMain: 'TftUsesMain',
tftUses: 'TftUses'
}
}
},