mirror of
https://github.com/rjNemo/lekol-plus
synced 2026-06-06 07:06:40 +00:00
fix: remove not existing filesystem path
This commit is contained in:
parent
bb405b39bc
commit
d3894325f8
1 changed files with 0 additions and 7 deletions
|
|
@ -15,13 +15,6 @@ module.exports = {
|
||||||
path: `${__dirname}/src/images`,
|
path: `${__dirname}/src/images`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
resolve: `gatsby-source-filesystem`,
|
|
||||||
options: {
|
|
||||||
name: `courses`,
|
|
||||||
path: `${__dirname}/src/images/courses`,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
`gatsby-transformer-sharp`,
|
`gatsby-transformer-sharp`,
|
||||||
`gatsby-plugin-sharp`,
|
`gatsby-plugin-sharp`,
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue