init tft page

This commit is contained in:
samaradel
2021-08-15 13:58:30 +02:00
parent b796a8d23c
commit bed78b89db
13 changed files with 815 additions and 70 deletions

View File

@@ -363,6 +363,14 @@ module.exports = {
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'Card',
path: './content/page/**/card/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
@@ -420,7 +428,8 @@ module.exports = {
faqContent: 'FAQContent',
jobs: 'Jobs',
customCTA: 'CustomCTA',
pageHeader: 'PageHeader'
pageHeader: 'PageHeader',
card: 'Card'
}
}
},