token about tft
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user