Add tflabs page
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user