Add farming process
This commit is contained in:
@@ -403,6 +403,22 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
use: '@gridsome/source-filesystem',
|
||||
options: {
|
||||
typeName: 'FarmingProcessMain',
|
||||
path: './content/page/**/farmingProcess/main/*.md',
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
use: '@gridsome/source-filesystem',
|
||||
options: {
|
||||
typeName: 'FarmingProcess',
|
||||
path: './content/page/**/farmingProcess/**/*.md',
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
use: '@gridsome/source-filesystem',
|
||||
options: {
|
||||
@@ -465,7 +481,9 @@ module.exports = {
|
||||
carousel: 'Carousel',
|
||||
sliderMain: 'CarouselMain',
|
||||
useTftMain: 'TftUsesMain',
|
||||
tftUses: 'TftUses'
|
||||
tftUses: 'TftUses',
|
||||
farmingMain: 'FarmingProcessMain',
|
||||
farmingProcess: 'FarmingProcess'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user