updated internet is broken / grid solution section
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user