update home page
This commit is contained in:
@@ -102,6 +102,38 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
use: '@gridsome/source-filesystem',
|
||||
options: {
|
||||
typeName: 'Cta',
|
||||
path: './content/page/**/cta2/*.md',
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
use: '@gridsome/source-filesystem',
|
||||
options: {
|
||||
typeName: 'Cta',
|
||||
path: './content/page/**/cta3/*.md',
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
use: '@gridsome/source-filesystem',
|
||||
options: {
|
||||
typeName: 'Cta',
|
||||
path: './content/page/**/cta4/*.md',
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
use: '@gridsome/source-filesystem',
|
||||
options: {
|
||||
typeName: 'Cta',
|
||||
path: './content/page/**/cta5/*.md',
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
use: '@gridsome/source-filesystem',
|
||||
options: {
|
||||
@@ -192,6 +224,10 @@ module.exports = {
|
||||
features: 'Features',
|
||||
logos: 'Logo',
|
||||
cta: 'Cta',
|
||||
cta2: 'Cta',
|
||||
cta3: 'Cta',
|
||||
cta4: 'Cta',
|
||||
cta5: 'Cta',
|
||||
signup: 'SignUp',
|
||||
comparisonMain: 'ComparisonMain',
|
||||
comparisonSecs: 'Comparison',
|
||||
|
||||
Reference in New Issue
Block a user