init team

This commit is contained in:
samaradel
2021-09-22 15:41:31 +02:00
parent 2d06d0ccf3
commit f2e8937bd8
5 changed files with 129 additions and 4 deletions

View File

@@ -426,6 +426,14 @@ module.exports = {
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'Team',
path: './content/page/**/team/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
@@ -483,7 +491,8 @@ module.exports = {
tft: 'AboutTft',
networkMain: 'NetworkMain',
network: 'Network',
subscribe: 'Subscribe'
subscribe: 'Subscribe',
team: 'Team'
}
}
},