Skip to content

Commit 2deca13

Browse files
author
Felipe
committed
transformer plugins
1 parent 235ef2f commit 2deca13

File tree

7 files changed

+1031
-1
lines changed

7 files changed

+1031
-1
lines changed

gatsby-config.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,15 @@ module.exports = {
1616
img: 'https://images.unsplash.com/photo-1569693799105-4eb645d89aea?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=500&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=800'
1717
}
1818
},
19-
plugins: [`gatsby-plugin-sass`]
19+
plugins: [
20+
`gatsby-plugin-sass`,
21+
{
22+
resolve: `gatsby-source-filesystem`,
23+
options: {
24+
name: `src`,
25+
path: `${__dirname}/src/`,
26+
},
27+
},
28+
'gatsby-transformer-remark'
29+
]
2030
}

0 commit comments

Comments
 (0)