development_new changes

This commit is contained in:
samaradel
2021-09-28 18:25:13 +02:00
parent 71be9fa1f8
commit fef00e8e77
110 changed files with 1033 additions and 468 deletions

View File

@@ -178,6 +178,14 @@ module.exports = {
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'BrandPanel4',
path: './content/page/**/brandPanel4/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
@@ -257,6 +265,14 @@ module.exports = {
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'Info',
path: './content/page/how-it-works/info/**/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
@@ -463,6 +479,7 @@ module.exports = {
brandPanel: 'BrandPanel',
brandPanel2: 'BrandPanel2',
brandPanel3: 'BrandPanel3',
brandPanel4: 'BrandPanel4',
partenershipsMain: 'PartenershipsMain',
partnerships: 'Partenerships',
stats: 'Stats',
@@ -492,7 +509,8 @@ module.exports = {
networkMain: 'NetworkMain',
network: 'Network',
subscribe: 'Subscribe',
team: 'Team'
team: 'Team',
info:'Info'
}
}
},
@@ -682,6 +700,10 @@ module.exports = {
path: '/careers/:id',
component: '~/templates/Job.vue'
}],
Info: [{
path: '/how-it-works/:id',
component: '~/templates/Info.vue'
}],
},
transformers: {