Add details pages for developer page

This commit is contained in:
samaradel
2021-11-07 11:05:00 +02:00
parent 3f094f600d
commit c2ac0a5933
21 changed files with 252 additions and 39 deletions

View File

@@ -161,7 +161,7 @@ module.exports = {
path: './content/page/**/brandPanel/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
@@ -289,6 +289,14 @@ module.exports = {
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'Dev',
path: './content/page/developer/dev/**/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
@@ -488,7 +496,7 @@ module.exports = {
cta3: 'Cta3',
cta4: 'Cta4',
cta5: 'Cta5',
footers : 'footers',
footers: 'footers',
footersMain: 'footersMain',
comparisonMain: 'ComparisonMain',
comparisonSecs: 'Comparison',
@@ -528,7 +536,8 @@ module.exports = {
network: 'Network',
subscribe: 'Subscribe',
team: 'Team',
info:'Info'
info: 'Info',
dev: 'Dev'
}
}
},
@@ -722,6 +731,10 @@ module.exports = {
path: '/tech/:id',
component: '~/templates/Info.vue'
}],
Dev: [{
path: '/developer/:id',
component: '~/templates/Dev.vue'
}],
},
transformers: {