feat(resources): split up topics and languages

This commit is contained in:
Jean-Philippe Sirois
2020-05-27 02:42:39 -04:00
parent 8fba0edc4f
commit 135452bd4b
35 changed files with 86 additions and 55 deletions
+9 -2
View File
@@ -54,8 +54,15 @@ module.exports = {
{
resolve: `gatsby-source-filesystem`,
options: {
name: `resources`,
path: `${__dirname}/src/content/resources`,
name: `languages`,
path: `${__dirname}/src/content/resources/language`,
},
},
{
resolve: `gatsby-source-filesystem`,
options: {
name: `topics`,
path: `${__dirname}/src/content/resources/topic`,
},
},
{