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',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -18,4 +18,4 @@ Oh, and here's a great quote from this Wikipedia on
|
|||
> salted duck eggs have a briny aroma, a gelatin-like egg white and a
|
||||
> firm-textured, round yolk that is bright orange-red in color.
|
||||
|
||||

|
||||

|
||||
|
Before Width: | Height: | Size: 668 KiB After Width: | Height: | Size: 668 KiB |
Loading…
Add table
Add a link
Reference in a new issue