Add subscribe sec
This commit is contained in:
@@ -418,6 +418,14 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
use: '@gridsome/source-filesystem',
|
||||
options: {
|
||||
typeName: 'Subscribe',
|
||||
path: './content/page/**/subscribe/*.md',
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
use: '@gridsome/source-filesystem',
|
||||
options: {
|
||||
@@ -474,7 +482,8 @@ module.exports = {
|
||||
mainItem: 'MainItem',
|
||||
tft: 'AboutTft',
|
||||
networkMain: 'NetworkMain',
|
||||
network: 'Network'
|
||||
network: 'Network',
|
||||
subscribe: 'Subscribe'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user