mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-09 16:06:14 +02:00
feat(resources): split up topics and languages
This commit is contained in:
+9
-2
@@ -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`,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user