This commit is contained in:
samaradel
2021-07-15 15:48:40 +00:00
parent 74b18d931f
commit 5a2bad542f
16 changed files with 170 additions and 62 deletions

View File

@@ -315,6 +315,22 @@ module.exports = {
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'Jobs',
path: './content/page/careers/jobs/**/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'JobsMain',
path: './content/page/**/jobs/main/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
@@ -354,6 +370,7 @@ module.exports = {
roadmap: 'Roadmap',
pricing_plansMain: 'PricingPlans',
pricingPlans: 'PricingPlans',
jobsMain: 'JobsMain',
plans: 'Plans',
inTheNews: 'InTheNews',
brandPanel: 'BrandPanel',
@@ -366,7 +383,8 @@ module.exports = {
blogs: 'Blogs',
BlogsMain: "BlogsMain",
faqMain: 'FAQMain',
faqContent: 'FAQContent'
faqContent: 'FAQContent',
jobs: 'Jobs'
}
}
},
@@ -405,6 +423,14 @@ module.exports = {
},
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'Job',
path: './content/page/careers/job/**/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
@@ -544,6 +570,10 @@ module.exports = {
path: '/partners/:id',
component: '~/templates/Project.vue'
}],
Job: [{
path: '/careers/:id',
component: '~/templates/Job.vue'
}],
},
transformers: {