Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
[WIP] Configure dynamic image imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Chalarangelo committed Jan 10, 2020
1 parent 2aea909 commit 9bce464
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ module.exports = {
path: `${__dirname}/${config.assetPath}`,
},
},
{
resolve: `gatsby-source-filesystem`,
options: {
name: `blog_images`,
// TODO: Make this dynamic, allow imports for multiple content repos
path: `${__dirname}/content/sources/30blog/blog_images`
}
},
{
resolve: `gatsby-transformer-remark`,
options: {
Expand Down

0 comments on commit 9bce464

Please sign in to comment.