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