update map

This commit is contained in:
2021-05-23 14:51:18 +02:00
parent da67182b77
commit c1ad08a1f1
6 changed files with 145 additions and 0 deletions

View File

@@ -245,6 +245,14 @@ module.exports = {
path: './content/page/**/videoPanel/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'Stats',
path: './content/page/**/stats/*.md',
}
},
{
use: '@gridsome/source-filesystem',
@@ -288,6 +296,7 @@ module.exports = {
allSlides: 'About',
partenershipsMain: 'PartenershipsMain',
partnerships: 'Partenerships',
stats: 'Stats',
videoPanel: 'VideoPanel'
}
}