Add subscribe sec

This commit is contained in:
samaradel
2021-09-21 11:27:04 +02:00
parent 04293cd32d
commit 202e18b1ae
6 changed files with 212 additions and 3 deletions

View File

@@ -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'
}
}
},