development_new changes
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user