Update gatsby-config.js
This commit is contained in:
parent
1c66125223
commit
eaef0286be
@ -28,14 +28,14 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
resolve: 'gatsby-source-filesystem',
|
resolve: 'gatsby-source-filesystem',
|
||||||
options: {
|
options: {
|
||||||
path: `${__dirname}/website/content`,
|
path: `${__dirname}/content`,
|
||||||
name: 'content',
|
name: 'content',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
resolve: 'gatsby-source-filesystem',
|
resolve: 'gatsby-source-filesystem',
|
||||||
options: {
|
options: {
|
||||||
path: `${__dirname}/website/data`,
|
path: `${__dirname}/data`,
|
||||||
name: 'data',
|
name: 'data',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user