Add tflabs page

This commit is contained in:
samaradel
2022-06-06 17:40:14 +02:00
parent 96a784827f
commit c95878ac0c
7 changed files with 132 additions and 14 deletions

View File

@@ -504,6 +504,14 @@ module.exports = {
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'Contacts',
path: './content/page/**/contacts/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
@@ -572,6 +580,7 @@ module.exports = {
conversations: 'Conversations',
workloadsMain: 'WorkloadsMain',
workloads: 'Workloads',
contacts: "Contacts"
}
}
},