change file structure
This commit is contained in:
parent
fb4e1289a7
commit
b3d1464e43
5 changed files with 9 additions and 2 deletions
|
|
@ -11,7 +11,14 @@ module.exports = {
|
|||
resolve: `gatsby-source-filesystem`,
|
||||
options: {
|
||||
path: `${__dirname}/src/pages`,
|
||||
name: 'pages',
|
||||
name: 'content',
|
||||
},
|
||||
},
|
||||
{
|
||||
resolve: `gatsby-source-filesystem`,
|
||||
options: {
|
||||
path: `${__dirname}/src/uploads`,
|
||||
name: 'uploads',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue