updated internet is broken / grid solution section

This commit is contained in:
Vilnite
2021-04-02 15:21:33 +03:00
parent e9dad0d50c
commit a91082ed4d
7 changed files with 116 additions and 13 deletions

View File

@@ -197,6 +197,14 @@ module.exports = {
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'BrandPanel2',
path: './content/page/**/brandPanel2/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
@@ -239,6 +247,7 @@ module.exports = {
plans: 'Plans',
inTheNews: 'InTheNews',
brandPanel: 'BrandPanel',
brandPanel2: 'BrandPanel2',
allSlides: 'About'
}
}