update content

This commit is contained in:
2021-11-03 20:11:27 +02:00
parent 0966e18ae7
commit 407873b189
6 changed files with 155 additions and 4 deletions

View File

@@ -162,6 +162,15 @@ module.exports = {
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'footers',
path: './content/page/**/footers/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
@@ -472,6 +481,7 @@ module.exports = {
cta3: 'Cta3',
cta4: 'Cta4',
cta5: 'Cta5',
footers : 'footers',
comparisonMain: 'ComparisonMain',
comparisonSecs: 'Comparison',
jobsMain: 'JobsMain',