token open network

This commit is contained in:
samaradel
2021-09-20 14:47:25 +02:00
parent be41267540
commit 1092941421
9 changed files with 92 additions and 2 deletions

View File

@@ -402,6 +402,22 @@ module.exports = {
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'NetworkMain',
path: './content/page/**/openNetwork/main/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'Network',
path: './content/page/**/openNetwork/**/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
@@ -456,7 +472,9 @@ module.exports = {
marketInfoMain: 'MarketInfoMain',
marketInfo: 'MarketInfo',
mainItem: 'MainItem',
tft: 'AboutTft'
tft: 'AboutTft',
networkMain: 'NetworkMain',
network: 'Network'
}
}
},