token about tft

This commit is contained in:
samaradel
2021-09-20 12:37:21 +02:00
parent e0f966893f
commit be41267540
7 changed files with 138 additions and 3 deletions

View File

@@ -393,6 +393,15 @@ module.exports = {
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'AboutTft',
path: './content/page/**/aboutTft/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
@@ -446,7 +455,8 @@ module.exports = {
roadmap: 'Roadmap',
marketInfoMain: 'MarketInfoMain',
marketInfo: 'MarketInfo',
mainItem:'MainItem'
mainItem: 'MainItem',
tft: 'AboutTft'
}
}
},