init partenerships part

This commit is contained in:
samaradel
2021-04-04 17:55:37 +02:00
parent 2bc2b75488
commit 6147a40e38
13 changed files with 130 additions and 1 deletions

View File

@@ -213,6 +213,22 @@ module.exports = {
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'PartenershipsMain',
path: './content/page/**/partenerships/main/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'Partenerships',
path: './content/page/**/partenerships/**/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
@@ -248,7 +264,9 @@ module.exports = {
inTheNews: 'InTheNews',
brandPanel: 'BrandPanel',
brandPanel2: 'BrandPanel2',
allSlides: 'About'
allSlides: 'About',
partenershipsMain: 'PartenershipsMain',
partnerships: 'Partenerships'
}
}
},